Death Valley Pong: make your visitors addicted to your website
Death Valley Pong is a high-speed-game with 5 levels testing the reactions of your visitors. Although it's a full-fledged racing game the script is very easy to set up (true copy-and-paste). The game is pure DHTML! Fast loading. A very exciting way to attract more visitors. Internet Explorer 4 or higher.
SIMPLE RULES: Choose any level. Click start (yellow circle left). Try to reach Goal (yellow circle right) by moving your mouse. Don't touch the red-zone. Don't touch the stones. Just survive!

Configuration:

Step 1: Put all images 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 gamezone (red code). All values can be found on top of the script:
// 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

Click here to download files
Step 4: Have fun!