A simple 2D game built with Pygame where the player collects falling coins and avoids monsters. Includes both single and two-player modes.
- Collect coins to increase your score
- Dodge falling monsters or it's game over!
- Two-player mode with shared keyboard controls
code/
: Contains the main game logic and Python fileassets/
: Folder for game assets
- Developed with Python 3 and Pygame
- A Windows
.exe
was built usingpyinstaller
for local testing (not included in this repo)
Player 1:
←
– Move Left→
– Move Right
Player 2:
A
– Move LeftD
– Move Right
F2
- Restart game
Esc
- Exit game
python main.py