Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 695 Bytes

AlienInvasion

Alien Invasion Game using Python and PyGame with auto scaling using PyAutoGUI

References

Python Crash Course, by Eric Matthews

Changes I made

  1. Added scaling using pyautogui and a Settings class
  2. Upgraded to python 3.12.7
  3. Added method to locate images directory to fix error loading images

Tools Used

Tool Version
Python 3.13.1
PyGame 2.6.1
PyAutoGUI 0.9.54
VSCode 1.95.3
PyCharm 2024.3.0

Change History

Date Description
2020-11-10 Initial creation
2024-12-09 upgrade to python 3.13.1