Devlogs
Mouse Hunt v1.0
Mouse Hunt is a game originally created for a college course. It builds on a tutorial provided by the instructor, to provide a complete game experience with objective.
Base Game Expectations
- Plinko-style game, where you have a set number of balls and can spawn them by clicking on the background
- 3 different styles of posts, each with its own bounciness and score. Also, one of the posts can be destroyed on contact.
- Procedural generation of random posts
- Help menu and pause menu implemented, with button images for base image and mouse over
Added Features for Mouse Hunt
- Game is presented in a cat theme. Assets were taken from public domain sources (later possibly to be made original).
- Sounds changed to represent a cat theme and background music added
- Volume control added
- Game objective is to destroy all mice displaying on the screen, which will take you to the next level
- Each level has a set number of mice randomly placed around the rest of the objects
- GUI elements created to better display score, number of remaining mice, and number of remaining pinballs