Avoid the Missiles!! is a simple game developed using Python and Pygame where the player controls a character to dodge falling obstacles (missiles). The objective is to survive as long as possible without getting hit by an obstacle.
- Use the left and right arrow keys to move the character horizontally.
- Dodge the falling obstacles to survive.
- Press SPACE to pause the game.
- Use H to engage hard mode
- Randomly generated obstacles for replayability.
- Increasing difficulty with faster obstacle speeds over time.
- High score tracking to challenge yourself.
- Make sure you have Python installed on your system.
- Install Pygame using pip:
pip install pygame
- Clone or download the game files from this repository.
- Run the
main.py
file to start the game.
Developed by Neel Prasad