Skip to content

πŸ‘½ 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.

License

Notifications You must be signed in to change notification settings

willianlim/alien_invasion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸ‘½ 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages