
A tactical, turn-based clone of PACMAN!!.
Turn based twist on the classic arcade game.

A tactical, turn-based clone of PACMAN
Guide your TACMAN around the maze to eat all the red pills just like the original PACMAN game except that you and the ghosts take it in turns to move. Eating the yellow pills turns the ghosts blue for a while and you can eat them too.
You can use icicles to temporarily freeze the ghosts to get out of trouble or use the speed boost to power your way across to the other side of the maze.
Compatible with Python3 
To run the game:
```
$ git clone https://github.com/paulpaterson/tacman
$ cd tacman
$ uv run tacman.py
```
Videos
Gameplay
Main Screen
Choose your moves carefully as you clear the maze. Don't let the ghosts trap you in

Freeze Ghosts in Place
Freeze the ghosts in an ice cube to get yourself out of tight spots.

Eat the Yellow Pill
Eat the yellow pills to turn the tables on the ghosts!

Press the Explosion
To suddenly accelerate and get yourself out of problems.
What's New
v0.4
- Got it running on Python 3
- Switched to UV to run so all dependencies are handled nicely
v0.3
- Bug fix: if die after using boost, would still move quickly on next turn
- Added sounds for death, end game and eating ghost
v0.2
- Check for networkx dependency
- Corrected credits for music
- Added difficulty levels
- Added two new mazes / levels
v0.1
- First release