mieville 2012-12-17 04:05
Nice reminded me of snake, twitch controls with it getting harder and harder very quickly.
Foon → Ludum Dare Explorer → LD25 → Greed
By tate
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 1102 | 17 |
Nice reminded me of snake, twitch controls with it getting harder and harder very quickly.
Thanks Mieville. That's actually the exact control scheme I was going for. I was thinking that if you are running, you can't do a complete 180. Even after adding collisions with walls, I decided to keep it that way because it increased the difficulty level quite a bit :)
Needs Java 7
Ya jerrre, near then end when I was trying to implement sounds... I noticed that Java7 would have made life a whole lot easier. I don't think I would have had enough time to learn what I needed to implement it though. I was basically learning new parts of java the whole time as it was since this is my first game/app outside of school. Thanks for the comment though :)
The GUI should be above game entities so that we can always see it.
Problem with Windows build:
Cannot find the main class: Greed.Greed
Exception in thread "main" java.lang.ExceptionInInitializerError
at Greed.Greed.<init>(Greed.java:23)
at Greed.Greed.main(Greed.java:29)
Caused by: java.lang.IllegalArgumentException: Invalid format
at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.createStream(PulseAudioDataLine.java:142)
at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:99)
at org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:283)
at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:402)
at org.classpath.icedtea.pulseaudio.PulseAudioClip.open(PulseAudioClip.java:453)
at Greed.SoundEffects.<init>(SoundEffects.java:40)
at Greed.SoundEffects.<clinit>(SoundEffects.java:17)
... 2 more
Does completely crash on startup...
Sorry all, something seems to have happened to the jar file... which I'm not sure what since I haven't modified it since the compo completed (and it worked fine then). I'll look this over and probably just repackage and upload it again later.
ok... it looks like a java update was all that was required for me to get it working on my two test computers. You can get it here and it should work fine afterwards: http://java.com/en/download/windows_offline.jsp
Very basic but neat little game.
Think about putting a README file telling people to press enter... it wasn't obvious and I nearly thought the game had a bug which caused it not to get past the start screen. ;)
This is a really good entry, considering it was your first game. Congrats! =)