mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add README.md
This commit is contained in:
parent
4502612c00
commit
0bf958f6ee
2 changed files with 20 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Byline: by Author
|
||||||
AuthorEmail: Author <author@fake.org>
|
AuthorEmail: Author <author@fake.org>
|
||||||
Desc: This is an example of how to start a new game project.
|
Desc: This is an example of how to start a new game project.
|
||||||
Version: 0
|
Version: 0
|
||||||
ReleaseDate: 2024-12-10
|
ReleaseDate: 2024-12-12
|
||||||
Language: en-US
|
Language: en-US
|
||||||
LicenseType: Freeware
|
LicenseType: Freeware
|
||||||
CopyingRules: Nominal cost only; compilations allowed
|
CopyingRules: Nominal cost only; compilations allowed
|
||||||
|
|
|
||||||
19
README.md
Normal file
19
README.md
Normal 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue