The Hunt for the Snipe!

Your task is to make a game.  This games takes place on a 10x10 field of points.  One point has a snipe.  Three points have bear traps.  The goal is to get to the snipe
without stepping on a bear trap.

Point
Task
10
Draws a 10x10 grid
40
Has up, down, left and right buttons (all of a class)
40
The snipe moves according to the buttons
20
Knows when you hit the magic spot
30
Has three bear traps
30
Gives "go left" "go up" "go down" and "go right"
10
The snipe cannot leave the field of play
10
When you click on a dot, the snipe goes to that dot
10
The game gives directions to the magic spot .. "Go left", "go up", that sort of thing.
10
The game tells you the distance to the bear traps.
10
The game tells you the distance to the nearest bear trap.
20 Each square turns a different color after it's been visited.
20
The snipe turns to face the way he just travelled.



Snipe