diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 03:52:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:40:32 +0700 |
commit | 7acc70c3754f3ec59025bf2171a29d6a33d87e32 (patch) | |
tree | 0298d2060429637297534a65b58d646b9eb03e21 /games/qtads | |
parent | 4d1e035a142f1af48b9859b53b598580b747ce27 (diff) |
games/qtads: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/qtads')
-rw-r--r-- | games/qtads/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games/qtads/README b/games/qtads/README index 1a2804a78bad..d96aefa0cef9 100644 --- a/games/qtads/README +++ b/games/qtads/README @@ -2,12 +2,14 @@ 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 -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. +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) 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/ -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. +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. |