Simulacra is a roguelike game written in Python. It uses the TCOD library and NumPy for a lot of its heavy lifting. It is still very much in a rough phase of development, so pardon the mess!
Here is a sample of what a small portion of the game looks like.
On Linux, simply open a shell and run bash run.sh
.
Otherwise, navigate to simulacra
and run python3 main.py
.