krummja / simulacra

A roguelike project written in Python, using BearLibTerminal and TCOD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulacra

Splash screen

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.

Current game

Running the Game

On Linux, simply open a shell and run bash run.sh.

Otherwise, navigate to simulacra and run python3 main.py.

About

A roguelike project written in Python, using BearLibTerminal and TCOD.


Languages

Language:Python 99.6%Language:Shell 0.4%