A simple implementation of the classic Space Invaders game using Python.
- Clone this repository:
git clone https://github.com/CiccioBro17/Space-Invaders-in-Python.git cd Space-Invaders-in-Python - (Optional) Install pygame:
pip install pygame
- Run the game:
python main.py
- Arrow keys: Move left/right
- Spacebar: Shoot
This project is licensed under the MIT License.