Velocicopter by VersatileVelociraptors

[raw]
made by VersatileVelociraptors for LD32 (JAM)
Use WASD or the arrow keys to move and space to shoot. The objective of the game is to kill as many velociraptors as possible before dying. You cannot walk through the walls but because the walls are shoulder height velociraptors, being versatile, can jump over them and you can also shoot over them. Get a new weapon by walking on a weapon box tile which will have a question mark on it.

Feedback

SpringCabal
21. Apr 2015 路 14:47 UTC
Doesn't work for me:
java -jar Velocicopter.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: io/github/versatilevelociraptors/ld32/LudumDare32 : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
馃帳 VersatileVelociraptors
21. Apr 2015 路 16:48 UTC
@SpringCabal Please, try to update Java and then run the game again.
Smiley
22. Apr 2015 路 15:25 UTC
yay.. I also have a banana gun in my game :)

@SpringCabal You need java8.
Pixel Heart
25. Apr 2015 路 10:22 UTC
The banana! Such an indie weapon to use :P. Good job! I hate velociraptors!
celisoft
27. Apr 2015 路 11:17 UTC
Good game. The fact that velocirators are able to jump over the walls make the game difficult. It would be great to add walls or electrified grids where they are also obliged to do the same as the player. This is a good usage of ligdx !