ManholeCover
Controls
- Arrow keys to move between manhole position (up, down, left, right)
- restart the game click GAME A
Technical Details
Technical Implementation
The game closely replicates the gameplay and failure conditions of Manhole. When there’s no manhole cover in place, a fail condition is triggered. After three failures, the game ends, requiring a restart.
Animator Implementation
- Walking Animation: Characters smoothly walk across the screen.
- Falling Animation: If they fall into a manhole, a custom animation plays, making them spin and shrink as they disappear.
The Animator automatically transitions between states based on gameplay events. The main switch happens when a character steps into an open manhole, seamlessly changing from the “Walking” state to the “Falling” state.
Leave a comment
Log in with itch.io to leave a comment.