Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 546 Bytes

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.