Inspired by a Python Game Tutorial from Christian Thompson
space_invaders.py takes a functional approach
space_invaders_2.py utilizes classes
Techniques/Tools Used:
- Python 3
- Object Oriented Programming
- Turtle Graphics
Future to-do's:
- Test on Windows and Linux systems - sound effects
- Refactor code
- Allow player to have more bullets?