https://github.com/jeffnyman/tads3-playground
Simplified Distribution of the TADS 3 Interactive Fiction System
https://github.com/jeffnyman/tads3-playground
Last synced: 2 months ago
JSON representation
Simplified Distribution of the TADS 3 Interactive Fiction System
- Host: GitHub
- URL: https://github.com/jeffnyman/tads3-playground
- Owner: jeffnyman
- Created: 2023-08-29T10:49:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T13:26:37.000Z (over 1 year ago)
- Last Synced: 2025-01-30T05:42:25.216Z (4 months ago)
- Language: C
- Size: 3.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TADS 3 Playground
This repository contains a simplified distribution of [TADS 3](https://tads.org/). This includes the system and base include libraries as well as the executables for Mac and Windows systems.
This distribution does not currently contain any of the available "adventure game libraries." That means this distribution does not contain ADV3 or ADV3LITE. The reason for this is because this playground is actually helping me to develop my own TADS 3 library.
So what this distribution does is allow for you to use any library you want that extends the system and standard libraries.
The TADS software itself is "freeware." This means that it's copyrighted software distributed for use free of charge but subject to certain restrictions. The individual TADS software packages include license text files that provide full details. The main thing to understand is that any of the TADS-specific elements in this repository retain their copyright to Michael J. Roberts who developed the system.
Beyond being distributed at the above link, all of the TADS 3 software is available within the ["tads3" area of the if-archive](https://ifarchive.org/indexes/if-archive/programming/tads3/).