Astro Snake!

Click here to run Astro Snake!

Click here to see the Object Model

Source Code:


Notes:

The object of the game is to eat as many green squares as possible. The arrow keys move the front of the snake around. When you run into yourself (part of the snake), the game is over. As you eat the food, the snake grows larger. The snake is a separate thread with a timer, it moves whether the player hits an arrow key or not.

When the game is over, you can hit the Restart button to try again. Or, the Restart button can be hit at any time to start with a new snake.

Copyright© 1997 by Brian Pomerantz