mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
This is a small game that illustrates some aspects of development with TADS3
- Raku 40.3%
- Perl 35.4%
- Terra 24.3%
| characters | ||
| items | ||
| locations | ||
| topics | ||
| .gitignore | ||
| GameInfo.txt | ||
| index.t | ||
| README.md | ||
| theGame.t3m | ||
A simple TADS game
This is a small game that illustrates some aspects of development with TADS3.
Created specifically for the Decentrala community.
How to Build
To compile the game, make sure frobtads is installed.
t3make -f theGame.t3m
frob theGame.t3
TODO
- Fix the bug with the sticker and the lid of fruitbox.
- Fix the bug with the container unlockable with the hands.
- Implement the potion drinking.
- Move the key in the inventory automaticaly.