Worm outbreak! by Magewalkr
It was a long 48 hours and its been fun best of luck to all :D :D :D :D
W: jump A: left D:right SPACE: swing net
W: jump A: left D:right SPACE: swing net
| Windows | https://www.dropbox.com/s/6x50jv5ndwwfsnu/wormOutbreak5_lib.rar |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=22634 |
Ratings
| Coolness | 24% | 1800 |
| Overall | 1.88 | 1335 |
| Audio | 1.40 | 1063 |
| Fun | 1.75 | 1306 |
| Graphics | 1.94 | 1281 |
| Innovation | 2.06 | 1225 |
| Theme | 2.25 | 1324 |
Love the filesize of this entry though, good job :-)
java.io.FileNotFoundException: <some path>\net.au (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown S
urce)
at java.net.URL.openStream(Unknown Source)
at com.sun.media.sound.WaveFloatFileReader.getAudioInputStream(Unknown
ource)
at javax.sound.sampled.AudioSystem.getAudioInputStream(Unknown Source)
at ludamDare.SoundEffect.<init>(SoundEffect.java:31)
at ludamDare.SoundEffect.<clinit>(SoundEffect.java:11)
at ludamDare.worms.pHits(worms.java:69)
at ludamDare.DCatcher.collision(DCatcher.java:127)
at ludamDare.DCatcher.move(DCatcher.java:168)
at ludamDare.DPanel.gameUpdate(DPanel.java:270)
at ludamDare.DPanel.run(DPanel.java:219)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-2" java.lang.NullPointerException
at ludamDare.SoundEffect.play(SoundEffect.java:49)
at ludamDare.worms.pHits(worms.java:69)
at ludamDare.DCatcher.collision(DCatcher.java:127)
at ludamDare.DCatcher.move(DCatcher.java:168)
at ludamDare.DPanel.gameUpdate(DPanel.java:270)
at ludamDare.DPanel.run(DPanel.java:219)
at java.lang.Thread.run(Unknown Source)
And it's right, there is no net.au file anywhere in the jar or on my system. Should it be included in the jar?