Chicken Invaders is a simple game where players control a spaceship and shoot down enemies.
- Player-controlled spaceship that can move left, right, and shoot.
- Enemies that move in a pattern and occasionally shoot back at the player.
- Friendly and enemy shots that move upwards or downwards respectively.
- Clone the repository
- Install the required dependencies using
pip install -r requirements.txt
- Run the game:
python main.py
- Left Arrow: Move the spaceship left.
- Right Arrow: Move the spaceship right.
- Spacebar: Shoot.
Contributions are welcome! Please feel free to open issues or pull requests.