This is a small game that illustrates some aspects of development with TADS3
  • Raku 40.3%
  • Perl 35.4%
  • Terra 24.3%
Find a file
2024-12-12 04:50:53 +01:00
characters Add separator for topics in dude file 2024-12-10 12:17:47 +01:00
items Cleanup 2024-12-12 04:42:16 +01:00
locations Add endgame buttons 2024-12-10 19:35:08 +01:00
topics Add potion 2024-12-10 12:17:12 +01:00
.gitignore Add .gitignore 2024-12-10 02:56:48 +01:00
GameInfo.txt Add README.md 2024-12-12 04:50:53 +01:00
index.t Add strange island 2024-12-10 19:23:41 +01:00
README.md Add README.md 2024-12-12 04:50:53 +01:00
theGame.t3m Turn on the "exits" module 2024-12-10 05:26:49 +01:00

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.