AI Shooter
AI Shooter is a simple game created using Python programming language. In this game, you are a spaceship and your goal is to shoot down as many enemy spaceships as possible without getting hit by their bullets. The game is designed to test your shooting skills and your ability to avoid enemy fire.
Requirements
Python 3.6 or later Pygame library
Installation
Clone the repository:
git clone https://github.com/chinmayroy/aiShooter.git
Install the required dependencies:
pip install -r requirements.txt
How to Play
Run the game using the following command:
python alien.py
Use the arrow keys to move your spaceship and the spacebar to shoot.
Shoot down as many enemy spaceships as possible without getting hit by their bullets.
The game ends when you run out of lives or when you shoot down all the enemy spaceships.
Contributing
If you want to contribute to this project, feel free to fork the repository and submit a pull request. You can also open an issue if you find a bug or have a suggestion for a new feature.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Acknowledgments
This game was inspired by the classic space shooter games from the 80s and 90s. Special thanks to the Pygame community for their contributions to the development of this game