From 0bf958f6eec49daa49aceb420409326457ba2323 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 12 Dec 2024 04:50:53 +0100 Subject: [PATCH] Add README.md --- GameInfo.txt | 2 +- README.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/GameInfo.txt b/GameInfo.txt index fd983da..a84035a 100644 --- a/GameInfo.txt +++ b/GameInfo.txt @@ -3,7 +3,7 @@ Byline: by Author AuthorEmail: Author Desc: This is an example of how to start a new game project. Version: 0 -ReleaseDate: 2024-12-10 +ReleaseDate: 2024-12-12 Language: en-US LicenseType: Freeware CopyingRules: Nominal cost only; compilations allowed diff --git a/README.md b/README.md new file mode 100644 index 0000000..c17573f --- /dev/null +++ b/README.md @@ -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.