mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-05 01:17:24 +00:00
Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64ff095971 | |||
| 89c7597bb4 | |||
| a4423eadd4 | |||
| 86c4659480 |
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -1,10 +1,15 @@
|
|||
# A simple TADS game
|
||||
# A simple TADS3 game
|
||||
|
||||
This is a small game that illustrates some aspects of development with TADS3.
|
||||
|
||||
## How to Build
|
||||
Created specifically for the [Decentrala](https://dmz.rs) community.
|
||||
|
||||
To compile the game, make sure frobtads is installed.
|
||||
- [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 and Run
|
||||
|
||||
To compile the game, make sure [FrobTADS](https://github.com/realnc/frobtads) is installed.
|
||||
|
||||
```
|
||||
t3make -f theGame.t3m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue