Now let's write the "Snake" game.
To do this, we need:
a) the snake itself (Snake class);
b) the room where it slithers around (Room class);
c) the mouse that the snake will eat (Mouse class).
Create the Snake, Room, and Mouse classes.
Snake (part 1)
- 6
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet