Python Math: Difference between revisions
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
====General Mechanics==== | ====General Mechanics==== | ||
Python Math - Adder’s Garden Adventure is a tile-based Snake-like game. As such, the avatar travels from tile to tile with the tail following behind, taking up that tile. The avatar will pass through gates which will make the avatar longer or smaller as | Python Math - Adder’s Garden Adventure is a tile-based Snake-like game. As such, the avatar travels from tile to tile with the tail following behind, taking up that tile. The avatar will pass through gates which will make the avatar longer or smaller as dependent on the gate. Once the avatar is of the appropriate size, they will be able to exit the puzzle. | ||
====Movement==== | ====Movement==== | ||
| Line 65: | Line 65: | ||
====Functionality==== | ====Functionality==== | ||
The various screen will have differing functionality | The various screen will have differing functionality dependent on what is required of them. Every menu screen will have a way to exit to the main menu except for the main menu, which will be able to close the program. | ||
=====Instruction Screen===== | =====Instruction Screen===== | ||