My final FSE project...
Author |
Message |
romantic_programmer
|
Posted: Fri Jan 26, 2007 3:08 pm Post subject: My final FSE project... |
|
|
Here it is... i guess this is my semi final product. i forgot this was the one with out commenting. but it is pretty fairly easy to understand. umm i am using the Holt software console so if you don't have RTP it wont work... unless you have the hsa.class
any who this is my text based RPG nothing big i just though it would be nice to show you all the work i did.
please comment, good and bad i just want peoples opinions
http://www.geocities.com/jjpxp222ca/FSE2.zip
thank you for your feed back
Romantic Programmer |
|
|
|
|
|
Sponsor Sponsor
|
|
|
romantic_programmer
|
Posted: Sun Jan 28, 2007 10:55 pm Post subject: RE:My final FSE project... |
|
|
wow i come back form the weekend hoping for one comment... not even last fall commented... was it that bad? |
|
|
|
|
|
Tony
|
Posted: Mon Jan 29, 2007 2:40 am Post subject: RE:My final FSE project... |
|
|
Well most of us simply don't have Ready To Program, and the general consensus is to stay away from it. It's an unfortunate reality that some schools still insist on using RTP. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
HellblazerX
|
Posted: Mon Jan 29, 2007 8:50 pm Post subject: Re: My final FSE project... |
|
|
Also, not that many people browse the Java forums, so it's likely that not many people read your post (and had RTP).
Fortunately, I have RTP, so I tried out your game. It's pretty good, and the code looks fine too. A considerable amount of if statements, but then again, it's an RPG, so that's kinda expected. However, I would recommend you used an algorithm for the level system, rather than all those if statements. I also had some problems with the text. Some of the text got cut off, while others were kinda merged, but this might have been caused by me rather than your code (I made my name 11 letters long )
Another thing, maybe make the monsters more scaled to the user's level. I was unfortunate enough to have a dragon as my first enemy . Btw, does the flee button do anything other than make you look like a little girl, cuz I kept fleeing, but the dragon was still there.
Other than that, it's a pretty good game.
+bits. |
|
|
|
|
|
romantic_programmer
|
Posted: Mon Jan 29, 2007 11:45 pm Post subject: RE:My final FSE project... |
|
|
Yes the flee button dose work, i forgot to update that. this is my version like 15 mins before i handed it in. so their was still bugs... ya i couldn't figure out how to make a limit on the character names...
also for monster it is completely random. from stats to which monster will be selected.
algorithm how would i possiably implement that instead of my current level system? |
|
|
|
|
|
|
|