1
0

Some README changes

This commit is contained in:
acn 2019-09-05 15:47:01 +02:00
parent ff77bda09b
commit e6b8ef0dd2
4 changed files with 19 additions and 13 deletions

View File

@ -1,20 +1,20 @@
# Ladder # Ladder
Ladder was originally written for the CPM operating system and the game came bundled with Kaypro computers. It is copyrighted by: Ladder was originally written for the CP/M operating system and the game came bundled with Kaypro computers. It is copyrighted by:
Yahoo Software Yahoo Software
10970 Ashton Ave, Suite 312 10970 Ashton Ave, Suite 312
Los Angeles, CA Los Angeles, CA
For information on the game, see: https://en.wikipedia.org/wiki/Ladder_(video_game) For information on the game, see: [https://en.wikipedia.org/wiki/Ladder_(video_game)](Wikipedia)
This version is adapted to VT100 ANSI escape sequences. This version is adapted to VT100 ANSI escape sequences.
## Note ## Note
It seems to me that LADCONF.COM uses some kind of "wrong" VT100 sequences, as my terminal does not like them - the output looks wrong. It seems to me that ``LADCONF.COM`` uses some kind of "wrong" VT100 sequences, as my terminal does not like them - the output looks wrong.
This LADDER.DAT has been changed slightly by Marco Maccaferri to make it work with my RC2014 VGA VT100 terminal. This ``LADDER.DAT`` has been changed slightly by Marco Maccaferri to make it work with my RC2014 VGA VT100 terminal.
So don't change it using LADCONF.COM :) So don't change it using ``LADCONF.COM`` :)

View File

@ -14,4 +14,10 @@ by David C. Oshel; C/asm sources available; I've adopted the code to VT100.
See this repository: https://git.imzadi.de/acn/backgammon-vt100 See this repository: https://git.imzadi.de/acn/backgammon-vt100
## more to come... ## Games in this repository
* [2048/](2048)
* [Ladder/](Ladder)
* [Rogue/](Rogue)
* [Wanderer/](Wanderer)

View File

@ -2,9 +2,9 @@
ROGUE was written Nov 1984 thru Feb 1985 by David Goodenough. ROGUE was written Nov 1984 thru Feb 1985 by David Goodenough.
I made the changes for VT100 escape sequences according to QTERM.PAT. I made the changes for VT100 escape sequences according to ``QTERM.PAT``.
The original files can be found in the .zip file. The original files can be found in the file ``rogue17cpm.zip``.
``ROGUE.COM`` is the executable file and ``ROGUE.DOC`` contains the help for all commands. ``ROGUE.COM`` is the executable file and ``ROGUE.DOC`` contains the help for all commands.

View File

@ -1,14 +1,14 @@
# Wanderer # Wanderer
For copyright, see [credits] For copyright, see ``credits``
In the directory ``original``, the original version + the update for version 2.2 can be found. In the directory ``original``, the original version + the update for version 2.2 as .lbr files can be found.
## This version ## This version
I provide version 2.2 as stated in the file -READ.ME, so 61 levels are provided. I provide version 2.2 as stated in the file ``-READ.ME``, so 61 levels are provided.
WANDERER.DOC provides the manual. ``WANDERER.DOC`` provides the manual.
I patched WANDERER.COM according to QTERM.PAT to output VT100 ANSI escape sequences that work on my RC2014 VGA VT100 terminal module. I patched ``WANDERER.COM`` according to ``QTERM.PAT`` to output VT100 ANSI escape sequences that work on my RC2014 VGA VT100 terminal module.