Alien Invasion Game using Python and PyGame with automatic scaling using PyAutoGUI
Python Crash Course, by Eric Matthews
- Added scaling using pyautogui and a Settings class
- Upgraded to python 3.13.2
- Added method to locate images directory to fix error loading images
Tool | Version |
---|---|
Python | 3.13.3 |
PyAutoGUI | 0.9.54 |
PyGame | 2.6.1 |
VSCode | 1.100.0 |
PyCharm | 2025.1.1 |
Date | Description |
---|---|
2020-11-10 | Initial creation |
2024-12-09 | upgrade to python 3.13.1 |
2025-01-10 | Refactor Settings class to GuiSettings |
2025-03-20 | Verify code runs with latest Python, PyCharm, VSCode |