/alien_invasion

πŸ‘½ Create a rocket ship that moves right and left and fires bullets in response to player input. Game built on Python 🐍. Part of the Python Crash Course πŸ“• Book.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Alien Invasion

πŸ‘½ Create a rocket ship that moves right and left and fires bullets in response to player input.

πŸ“₯ Installation

git clone https://github.com/willianlim/alien_invasion.git
cd alien_invasion
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

✍ Usage

python3 alien_invalision.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

πŸ“ License