Game Maker's Garage Forum

Game Creation => Code Exchange => Topic started by: WarHampster on August 05, 2009, 11:46:01 AM

Title: [Java] RPG source
Post by: WarHampster 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
Title: Re: [Java] RPG source
Post by: Silverwind on August 05, 2009, 12:34:13 PM
How do you run it? I don't see anything that looks like a compiled app...
Title: Re: [Java] RPG source
Post by: WarHampster on August 05, 2009, 01:11:36 PM
rpg.jar should be in the folder dist.
Title: Re: [Java] RPG source
Post by: Silverwind on August 06, 2009, 03:56:13 AM
Ah.

Nice engine. :) Are you planning on making a game with it?
Title: Re: [Java] RPG source
Post by: WarHampster on August 06, 2009, 10:13:54 PM
It's not very good... so no :P
Title: Re: [Java] RPG source
Post by: Gan 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
Title: Re: [Java] RPG source
Post by: Silverwind on August 07, 2009, 06:23:42 PM
Somebody make a game with something! ::)
Title: Re: [Java] RPG source
Post by: Gan on August 07, 2009, 06:29:34 PM
I'm working on something special in Tf. :P


-Gandolf
Title: Re: [Java] RPG source
Post by: Charlo 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.  
Title: Re: [Java] RPG source
Post by: WarHampster 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.

Title: Re: [Java] RPG source
Post by: EqwanoX 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
Title: Re: [Java] RPG source
Post by: Silverwind 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.
Title: Re: [Java] RPG source
Post by: EqwanoX on January 30, 2011, 10:02:38 AM
lol! i thought this whole topic was new

Title: Re: [Java] RPG source
Post by: WarHampster on February 01, 2011, 01:53:43 PM
Re-uploaded, and let me emphasize that this is not good code.