mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
24 lines
785 B
Markdown
24 lines
785 B
Markdown
# A simple TADS game
|
|
|
|
This is a small game that illustrates some aspects of development with TADS3.
|
|
|
|
Created specifically for the [Decentrala](https://dmz.rs) community.
|
|
|
|
- [Read more](https://forum.dmz.rs/t/development-of-interactive-fiction-with-tads3/863)
|
|
- [Play online](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fiplayif.com%2Fproxy%2F%3Furl%3Dhttps%3A%2F%2Fgithub.com%2FHe4eT%2Fsimple-tads-game%2Freleases%2Fdownload%2Fv0.0.1%2FtheGame.t3)
|
|
|
|
## 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.
|