Lightning

Hey guys, Lightning is a vert scrolling shoot-em-up i made with JAVA and Slick - after much delay and hairpulling I think the result is a pretty cool homage to Raiden, Ikaruga etc while adding a little something new as well - you can’t shoot! Instead, your ship has a ‘magnet’ which can attract and capture enemy ships, at which point they become friendly (weapons). The problem is the magnet attracts enemy bullets too, and then some tougher enemies have shielding against the magnet – which is when things get really interesting…

Check it out at http://betterwithlasers.com.au/ (my site, no install just download the executable jar), theres some other Slick stuff there and probably some HTML5 games coming soon.
Enjoy!

http://www.betterwithlasers.com.au/images/screen1.jpg

http://www.betterwithlasers.com.au/images/screen2.jpg

http://www.betterwithlasers.com.au/images/screen3.jpg

Credit to Kev and the current Slick team for an awesome library, freesound and SFXR tool for sound effects, and Gimp for graphics (i guess?)

I was unable to run the x64 version Windows 7 PC. Specs:

Installed Memory (RAM): 8.00 GB
System type: 64-bit Operating System


java version "1.7.0_03"
Java(TM) SE Runtime Environment (build 1.7.0_03-b05)
Java HotSpot(TM) 64-Bit Server VM (build 22.1-b02, mixed mode)

Error:



Exception in thread "main" java.lang.LinkageError: Version mismatch: jar version
 is '23', native library version is '24'
        at org.lwjgl.Sys.<clinit>(Sys.java:118)
        at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
        at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:34)

        at Launcher.main(Launcher.java:23)

Thanks, hopefully fixed the mismatch - might need to run from command line though so i added the instruction on my site.