Program a Snake game
Game rules:
- The snake's head can be moved using the cursor keys
- The mouse (food) is automatically generated at a random position in the grid
- After each mouse, the snake grows by one limb
- If the snake collides with the boarder or itself, it's game over
- Try to make your snake as long as possible!
As template you can use the file SnakeGame_0.java.
Download Snake_0.zip
|
|
 |