This is my first ever game! Very proud of it, even though it's basic in nature. I had a game planned out for making you the enemy in the beginning, but my limitations in knowledge held back a lot of the features so it kind of turned into this.
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 :)
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 :)
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
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
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. ;)
Comments11
Cannot find the main class: Greed.Greed
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...
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. ;)