Alien Invasion Game using Python and PyGame with auto scaling using PyAutoGUI
Python Crash Course, by Eric Matthews
- Added scaling using pyautogui and a Settings class
- Upgraded to python 3.12.7
- Added method to locate images directory to fix error loading images
Tool | Version |
---|---|
Python | 3.13.1 |
PyGame | 2.6.1 |
PyAutoGUI | 0.9.54 |
VSCode | 1.95.3 |
PyCharm | 2024.3.0 |
Date | Description |
---|---|
2020-11-10 | Initial creation |
2024-12-09 | upgrade to python 3.13.1 |