diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-20 03:16:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:33 +0700 |
commit | 7c1cb1570b2ba54d72b10671c982601d6c7929b3 (patch) | |
tree | fb90b3bc288926075d948ea212d325e3f3e9ccd1 /games/qtads/README | |
parent | 3e807ed6ecc338ff107e7e8a4426f9912d0a89c4 (diff) |
games/qtads: Updated for version 3.0.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/qtads/README')
-rw-r--r-- | games/qtads/README | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/qtads/README b/games/qtads/README index d96aefa0cef9e..d04031da8f93b 100644 --- a/games/qtads/README +++ b/games/qtads/README @@ -1,15 +1,12 @@ qtads (a multimedia interpreter for TADS games) QTads is a so called "interpreter" for games created with the Text -Adventure Development System, or "Tads" for short, a C-like object +Adventure Development System, or "TADS" for short, a C-like object oriented programming language for authoring Interactive Fiction (similar to the Infocom or Legend Entertainment games, like "Zork"). Yes, we are talking about text adventures here. -Both Tads 2 (*.gam) as well as Tads 3 (*.t3) games -are supported. You can find a selection of games at -http://www.ifarchive.org/if-archive/games/tads/ +Both TADS 2 (*.gam) and TADS 3 (*.t3) games are supported. You can +find a selection of games at: -By default, Qt4 is used for the user interface. If you prefer Qt5, -install libraries/qt5 and run this script with QT5=yes in the -environment. +http://www.ifarchive.org/if-archive/games/tads/ |