cleanups in doc

This commit is contained in:
p.kosyh 2009-11-10 07:58:10 +00:00
parent b4125fcbb6
commit 4423c3aa2c
2 changed files with 11 additions and 11 deletions

View file

@ -4,12 +4,12 @@
</head><body brgcolor="#d6e7c9" bgcolor="#ffffff">
<center>[ <a href="#info">What is it?</a> ] [ <a href="#screenshots">Screenshots</a> ] [ <a href="#download"> Download </a> ]</center>
<hr>
<center><h2>INSTEAD 1.0.0 — interpreter of simple text adventures </h2></center>
<center><h2>INSTEAD 1.0.0 — interpreter of simple text adventures</h2></center>
<h1><a name="info">What is it?</a></h1>
<p align="justify">The interpreter of STEAD (Simple Text Adventures) allows to play games, combining visual novels, text adventure and classic quests of 1990-s. The STEAD games features are: </p>
<p align="justify">The interpreter of STEAD (Simple Text Adventures) allows to play games that combines visual novels, text adventures and classic quests of 1990-s. The STEAD games features are: </p>
<ul>
<li>very simple source code of the stories. (based on LUA);
<li>the ability to use graphic or textual (readline) game interface;
<li>the ability to use graphical or textual (readline) game interface;
<li>graphic interface supports music and images;
<li>graphic interpreter theme support — a game may change the interface look;
<li>portability (originally written for Linux, depends on SDL and lua).

View file

@ -2,16 +2,16 @@
.SH NAME
INSTEAD - Simple Text Adventure Engine, The Interpretor
INSTEAD - Simple Text Adventure Engine, The Interpreter
.SH DESCRIPTION
The interpreter of STEAD (Simple Text Adventures) allows to play games, combining visual novels, text adventure and classic quests of 1990-s.
The interpreter of STEAD (Simple Text Adventures) allows to play games that combines visual novels, text adventures and classic quests of 1990-s.
The STEAD games features are:
.TP
* very simple source code of the stories. (based on LUA);
.TP
* the ability to use graphic or textual (readline) game interface;
* the ability to use graphical or textual (readline) game interface;
.TP
* graphic interface supports music and images;
.TP
@ -31,10 +31,10 @@ The STEAD games features are:
Debug mode (for game developers).
.TP
.B -alsa
Force ALSA sound (for Linux only).
Force ALSA sound (Linux only).
.TP
.B -nosound
Runs the game without sound.
Run the game without sound.
.TP
.B -gamespath <path>
Add path with games.
@ -49,10 +49,10 @@ Select game in gamespath.
Select theme in themespath.
.TP
.B -fullscreen
Runs the game in fullscreen mode.
Run the game in fullscreen mode.
.TP
.B -window
Runs the game in windowed mode.
Run the game in windowed mode.
.TP
.B -noautosave
Disable autosave/autoload.
@ -65,7 +65,7 @@ Use WxH resolution.
.PP
Configuration file name is 'insteadrc' and it's located in ~/.instead/.
You can download some games from: http://instead.googlecode.com. Unzip them
Games can be downloaded from http://instead.googlecode.com. Unzip them
in ~/.instead/games.
.SH CONTROLS