A Mini Arcade maze-chase clone built to exercise reusable core systems:
- tile-map-driven maze layout
- grid navigation for player and ghosts
- collectible fields across a whole map
- timed scatter/chase/frightened state switching
- chained ghost score payouts during power-up windows
Run it from the repo root with:
python .\manage.py run --game pacman