The first game I created.

Hi,

I created a game in java about 8 months ago or so. This is my first attempt at a game. It is kind of a cross between Missle Command and Asteroids, (Yeah, I know.. another space game). If any of you have the chance please check it outand let me know your opinion. Any feedback, good or bad is appreciated.

Controls:

Mouse moves ship from left to right.

Click to shoot.

Move mouse outside of Applet to pause the game.

http://members.tripod.com/~licher/galacticpanic.html

Thanks

Dave

[543 byte] By [XxLicherxX] at [2007-9-27 16:50:32]
# 1

I was reasonably impressed with your effort.

Very smooth, decent controls, and only took a second to learn how to play.

Would you be willing to share source code?

I am in the middle of making my first java game myself and should be done in a couple days. I too, will provide source code, so as not to be a hypocrite. :)

I am interested in how other people organize their classes, esepcially their levels and threads.

c

carmichaelbaby at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 2

Hey,

If had my source code, I would show it to you, but unfortunately I forgot to back it up before I formatted my hard drive. I think it may be on a disc somewhere, but that could be anywhere. I wrote a copy of PONG in java that uses a thread. I can show you that if you want. I also have a very bad version of the game you played. I can give you that source code if you want it, but it is terrible and may lead you in the wrong direction.

If you have any specific questions about how I did something in my game, please feel free ask and I will try to explain as best I can.

Dave

XxLicherxX at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 3
You could always use DJ or something like it to decompile your SpaceGame.class file and recover your lost source code.
rgeimer at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 4
Hey XxLicherxX, I used a decompile on your code to see if I could recover your code for you. I don't know how accurate it is, but I can email it to you or show it here if you want.
Woogley at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 5
Sure. goldhors64@REMOVECAPSaol.comThanks.
XxLicherxX at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 6
okay, it's sent. I hope I removed all the caps... ;)
Woogley at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 7

Sorry about the latenesee of this reply, Class started and things have been busy. Thanks Woogly for getting my source code back. It came back a little different then how I originally coded it, but I compiled it and it seemed to work. Where can I get that program that you used to decompile the class code?

Carmicheal- If you still want a copy of it give me an email and I will send it to you.

XxLicherxX

XxLicherxX at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...
# 8
Hi again, you can get the program I used here: http://www.bysoft.se/sureshot/cavaj/index.htmlEnjoy ;)
Woogley at 2007-7-6 1:08:20 > top of Java-index,Other Topics,Java Game Development...