Add README.md

This commit is contained in:
He4eT 2024-12-12 04:50:53 +01:00
commit 0bf958f6ee
2 changed files with 20 additions and 1 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# A simple TADS game
This is a small game that illustrates some aspects of development with TADS3.
## 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.