Omnimaga

General Discussion => Technology and Development => Computer Projects and Ideas => Topic started by: Snake X on November 16, 2011, 08:26:19 pm

Title: [java] My text based RPG!
Post by: Snake X on November 16, 2011, 08:26:19 pm
It was an in-class assignment that I had to get done by tonight.

This is my newly created Text-based RPG!

You may choose from 3 different scenerio's and you must select the right option as it tells you what you're currently going through. Make sure to select the right choice or you may loose!

http://www.mediafire.com/?31by4oihw7gng7b

So what do you all think?
Title: Re: [java] My text based RPG!
Post by: epic7 on November 16, 2011, 08:27:36 pm
I love these :P
Title: Re: [java] My text based RPG!
Post by: Snake X on November 16, 2011, 08:30:55 pm
well im glad :P

Though at the moment I'm looking for any thoughts or opinions and constructive criticism
Title: Re: [java] My text based RPG!
Post by: Yeong on November 16, 2011, 08:43:59 pm
That's the kind of game that I first made with Java XD
Title: Re: [java] My text based RPG!
Post by: jsj795 on November 16, 2011, 08:52:33 pm
how do you open it?
Title: Re: [java] My text based RPG!
Post by: Snake X on November 16, 2011, 08:53:22 pm
you just double click the jar file
Title: Re: [java] My text based RPG!
Post by: jsj795 on November 16, 2011, 08:55:08 pm
what program does it open with? cuz in my computer .jar is associated with zip
Title: Re: [java] My text based RPG!
Post by: Yeong on November 16, 2011, 08:55:47 pm
you can go to command prompt, cd to according folder and type this:
java -jar "name.jar"
Title: Re: [java] My text based RPG!
Post by: Snake X on November 16, 2011, 08:56:48 pm
but first make sure that java is a recognized command (add to your path variable if not)
Title: Re: [java] My text based RPG!
Post by: jsj795 on November 16, 2011, 08:59:04 pm
how do i make java a recognized command...???
Title: Re: [java] My text based RPG!
Post by: Yeong on November 16, 2011, 08:59:29 pm
I'm pretty sure it is recognized if you have Java installed in your computer.
Title: Re: [java] My text based RPG!
Post by: jsj795 on November 16, 2011, 09:00:44 pm
I have java installed but it's not recognizing... idk -_-
Title: Re: [java] My text based RPG!
Post by: Snake X on November 16, 2011, 09:01:21 pm
yeah make sure you have java installed already.. http://www.java.com to download
Title: Re: [java] My text based RPG!
Post by: Yeong on November 16, 2011, 09:03:42 pm
is it have to be JRE or JDK?
Title: Re: [java] My text based RPG!
Post by: jsj795 on November 16, 2011, 09:07:36 pm
it says I have java installed
Title: Re: [java] My text based RPG!
Post by: Snake X on November 17, 2011, 06:39:00 am
then try what yeong said about the command prompt thing..

Continuing on, any other thoughts/coments/critiques?
Title: Re: [java] My text based RPG!
Post by: DJ Omnimaga on November 19, 2011, 02:38:40 pm
By text-based do you mean ASCII art or just menu-based/word-based?
Title: Re: [java] My text based RPG!
Post by: aeTIos on November 24, 2011, 03:38:21 am
It's menu-based.