Target Practice
A downloadable game for Windows
This is my adaptation of the Alien Invasion project from Python Crash Course 2nd ed. by Eric Matthes.
It's simply a game where you can move your ship back and forth, and shoot a target in a 3-second window. The game gets faster with each successive target hit until you fail 4 times.
I hope you enjoy, and possibly learn something from my code! :D
Source code is available at https://github.com/CoreyKabbage/TargetPracticePython
Controls:
Movement - Arrow Keys <- and ->
Shooting - Space Bar
Quit - Escape Key
Download
Download
Target Practice v1.0 20 MB
Install instructions
Simply extract the folder from the zip file and play by running TargetPractice.exe!
If you're going to pick through the source code, you will need to install Pygame first.
Development log
- First Feature-Complete Version!May 24, 2021
Leave a comment
Log in with itch.io to leave a comment.