The game binaries can be found on the website for the game. This repository is only for posterity.
This is a Virtual Treasure Hunt game hosted by the Turing Club, made using a custom terminal-based engine, Tetra.
- Build the world with maps of all areas
- Link maps via transitions
-
Make mini-map tool to see current location relative to the entire world
- Collate a list of clue-essential items
- Create media files for clue items
- Code the behaviour and location of items
- Sample playtest to debug
- Collate a list of non-essential fluff (world-building) items/NPCs
- Code the behaviour and location of items
-
Bug Dhruva to implement save states
-
Implement diagonal player movement
- Clone this repo and Tetra as sibling directories.
- cd into this repo
- Run
sh make
for linux/mac. For windows, read./make
and follow the same steps. - Run
./dist/main-$(ldd --version)