Survive: the winning game nobody can win

This game will win you lots of visitors. However you will never win it! Nobody has survived yet. You are bound to lose. Even if you try hard you will never reach LEVEL 20. SIMPLE RULES: Click start. Move your cursor. Evade the black flying stones. Survive!




Over 2000+ free Javascript
at JavaScriptBank.com Website
Configuration:

Step 1: Download this ZIP-File, unzip all files and put them all into the same folder as your webpage.

Step 2: Open your webpage and paste the following code just above the </body>tag:


IMPORTANT: Do not paste this code into tables or <DIV> and </DIV> or between any other container!


Step 3: Configure the position of the game (red code). All values can be set on top of the script (between START SETUP and END SETUP):
// horizontal position of the game, distance to the left margin of browser window (pixels)
var bgpictureposleft=10
// vertical position of the game, distance to the top margin of browser window (pixels)
var bgpicturepostop=10


Step 4: Have fun!