Perpetual Pyramid
Perpetual Pyramid
Games, programming and other bits and pieces

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.

Source on Guthub

Compatible with Python3 An image

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

An image

Freeze Ghosts in Place

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

An image

Eat the Yellow Pill

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

An image

Press the Explosion

To suddenly accelerate and get yourself out of problems.


What's New

v0.4



v0.3



v0.2



v0.1