A simple maze game where you collect mustard while avoiding monsters!
- Arrow keys to move
- P to pause/unpause
- R to restart (when game over)
- Navigate through the maze using arrow keys
- Collect yellow mustard items to score points (100 points each)
- Avoid the red monsters
- Game ends if a monster catches you
- Make sure you have Python 3.x installed
- Install the required packages:
pip install -r requirements.txt
- Run the game:
python -m vibegame
The game will use colored rectangles by default, but you can add your own images:
- Create an
assetsdirectory in thesrc/vibegamefolder - Add the following PNG files:
player.pngmonster.pngmustard.pngwall.png
The images will be automatically scaled to fit the game tiles.