Code for book "Discover Python and Patterns with Game Programming", see https://www.patternsgameprog.com/
Requirements:
- Anaconda with Python 3.11: https://www.anaconda.com/download
- Programs were tested with Python 3.11.10. If you have any issue, switch to this specific version.
- Pygame: in anaconda prompt, run:
pip install pygame==2.6.1 tmx==1.10 six==1.16.0