This is a simple platform game implemented using the Pygame library. The game features a player character that can jump, and an enemy character that moves from right to left. The objective is to avoid collisions with the enemy and stay on the platform.
- Player character with jumping ability.
- Enemy character that moves continuously from right to left.
- Collision detection to check for player-enemy collisions.
- Game over screen with replay and quit options.
- Simple graphics and animation.
- Python 3.x
- Pygame library
-
Clone or download the repository to your local machine.
-
Make sure you have Python and the Pygame library installed.
You can install Pygame using pip:
pip install pygame