The most important class remains: Room.
What do we need to describe it?
One, the dimensions of the room (width and height).
Two, a Snake.
Three, a Mouse.
Here's what we need:
a) create int width and height variables in the Room class.
b) create a Snake snake variables in the Room class.
Snake (part 9)
- 6
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet