Python Space Harrier is a 2D arcade-style game inspired by the classic Space Harrier. The game features fast-paced action, where players control a character flying through various levels while avoiding obstacles and defeating enemies.
- Smooth character movement and shooting mechanics
- Multiple enemy types with unique behaviors
- Various levels with increasing difficulty
- Simple yet engaging gameplay
To run the game, you need to have Python and Pygame installed on your machine. Follow these steps to set up the project:
-
Clone the repository:
git clone https://github.com/yourusername/python-spaceharrier.git cd python-spaceharrier -
Install the required dependencies:
pip install -r requirements.txt
To start the game, run the following command:
python src/main.py
- Arrow keys: Move the player character
- Spacebar: Shoot
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.