Speed Blazer *Final*
Speed Blazer is a game where you must race for as long as you can avoiding the walls (of doom) to get the highest score.
Controls
UP key to accelerate
DOWN key to brake
LEFT/RIGHT keys to move sideways.
Preferred Method to play is via Java Web Start at http://bossattack.com/games/speedblazer/speedblazer.php this should work for (Windows 32/64, Linux 32/64, Mac OS)
or download at http://bossattack.com/games/speedblazer/speedblazer.zip (Windows and Linux)

Tags: final
trying to launch from web start I got this exception
org.newdawn.slick.SlickException: Failed to initialise the LWJGL display
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:375)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:314)
at org.bossattack.speedblazer.SpeedBlazer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)