Second version of the prototype
Click here to launch prototype
You need at least java 1.6 installed on your computer, that’s all, Kleum is a java applet, it does not need special security settings, just launch and test !
Changes :
- A snake will be displayed at startup
- When snake is stopped, press any arrow key to ‘launch’ it in the specified direction
- When snake is moving, press Left or Right arrow key to move it Left/Right (from snake point of view)
- Collision detection, snake will stop moving when hitting a wall, not when hitting itself
- Switch from smooth camera movement on/off by pressing the space key (will lower fps a lot when on at the moment)
- Keyboard buffering system
- Sprites management
- Use of Java buffer strategy
- Removed FPS cap