Topic:   [Java] RPG source   (Read 22277 times)


0 Members and 1 Guest are viewing this topic.

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
[Java] RPG source
« on: August 05, 2009, 11:46:01 AM »
Here's the RPG I wrote in Java... I hadn't looked it since I finished making it (which was at 4:00 AM) and the coding sucks a lot more than I remembered. I had to do it really quickly as it was a school project that got left to the last second (which is only partially my fault).

I said that I'd post it so here it is, but you may not want to use it as a reference for anything. I tried to explain the code in comments.

RE-UPLOADED: http://www.mediafire.com/?y28p5by7rcxgsmu
« Last Edit: February 01, 2011, 01:52:53 PM by WarHampster »

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [Java] RPG source
« Reply #1 on: August 05, 2009, 12:34:13 PM »
How do you run it? I don't see anything that looks like a compiled app...
I survived the spammage of 2007

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: [Java] RPG source
« Reply #2 on: August 05, 2009, 01:11:36 PM »
rpg.jar should be in the folder dist.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [Java] RPG source
« Reply #3 on: August 06, 2009, 03:56:13 AM »
Ah.

Nice engine. :) Are you planning on making a game with it?
I survived the spammage of 2007

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: [Java] RPG source
« Reply #4 on: August 06, 2009, 10:13:54 PM »
It's not very good... so no :P

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: [Java] RPG source
« Reply #5 on: August 07, 2009, 04:15:33 PM »
Just needs a few fixes then it'd be A+ material and definitely good for a game. It could be patched up in at least 30 min.


-Gandolf

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [Java] RPG source
« Reply #6 on: August 07, 2009, 06:23:42 PM »
Somebody make a game with something! ::)
I survived the spammage of 2007

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: [Java] RPG source
« Reply #7 on: August 07, 2009, 06:29:34 PM »
I'm working on something special in Tf. :P


-Gandolf

Charlo


  • GMG-er

  • **


  • Posts: 451
Re: [Java] RPG source
« Reply #8 on: January 29, 2011, 10:14:43 AM »
Hey WarHampster, could you reupload this?  Savefile seems to have bitten the dust.  I am thinking of trying some game creation in Java and want to see how you approached it.  

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: [Java] RPG source
« Reply #9 on: January 29, 2011, 10:48:38 AM »
I think I know where it's backed up, so sure... but really I wrote this two years ago for a school project when I had only been learning Java for a semester or so, so it's really not a very good example.


EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: [Java] RPG source
« Reply #10 on: January 29, 2011, 01:25:43 PM »
Quote
Somebody make a game with something! ::)
everybody just made a bunch of games for the contest! ::)   ...except you, when are you gonna make a come-back

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: [Java] RPG source
« Reply #11 on: January 29, 2011, 05:29:02 PM »
Quote
everybody just made a bunch of games for the contest! ::)  
Ghadzooks, there's certainly a lot of grave digging going on these days. That post was made almost two years ago Eq! ;D

Quote
...except you, when are you gonna make a come-back
I'm well on the way with Bob's Adventure in Cakeland, but I've got a few months of complex menu construction ahead of me. Completely necessary though, you know how it is.
« Last Edit: January 29, 2011, 05:29:52 PM by Silverwind »
I survived the spammage of 2007

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: [Java] RPG source
« Reply #12 on: January 30, 2011, 10:02:38 AM »
lol! i thought this whole topic was new


WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: [Java] RPG source
« Reply #13 on: February 01, 2011, 01:53:43 PM »
Re-uploaded, and let me emphasize that this is not good code.