Greed by Tate
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.
| Windows | http://lincolnluxor.com/games/Greed.jar |
| Linux | http://lincolnluxor.com/games/Greed.jar |
| Original URL | https://ludumdare.com/compo/ludum-dare-25/?action=preview&uid=18460 |
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. ;)