simple-tads-game/README.md
2024-12-12 06:17:28 +01:00

831 B

A simple TADS game

This is a small game that illustrates some aspects of development with TADS3.

Created specifically for the Decentrala community.

How to Build and Run

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.