Mini Racer

Click the arrow buttons to change the direction of the racer. Avoid the walls!

Enable JavaScript content in your browser to play the game.
   
 
   
 
Speed:
 
Design your own track
 
Design this track

This game is designed to run under Internet Explorer 6 or compatible browsers. The code builds several JavaScript 'classes' (functions) to represent the racetrack, race-row and race-cell on top of standard W3C DOM elements. As a result, instances of these classes can be added directly to the web-page via code where they behave as table-cells and tables but with our added functionality.
 
You can design your own tracks and then save your tracks by adding the race-page to your favourites.
 
An article discussing the code for this game along with a download of the code itself is available on the CodeProject website.