1
0

Added CatChum

This commit is contained in:
2019-09-07 15:00:24 +02:00
parent 634923b9f6
commit a51e46ea66
5 changed files with 28 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+27
View File
@@ -0,0 +1,27 @@
# CatChum
CatChum was originally written for the CP/M operating system and the game came bundled with Kaypro computers. It is copyrighted by:
Yahoo Software
10970 Ashton Ave, Suite 312
Los Angeles, CA
For information on the game, see: [Wikipedia](https://en.wikipedia.org/wiki/CatChum)
This version is adapted to VT100 ANSI escape sequences.
## Note
It seems to me that ``CATCONF.COM`` uses some kind of "wrong" VT100 sequences, as my terminal does not like them - the output looks wrong.
This ``CATCHUM.DAT`` has been changed slightly to make it work with my RC2014 VGA VT100 terminal.
So don't change it using ``CATCONF.COM`` :)
## Usage
The gameplay is like Pac-Man :)
Use the keys 8 (up), 4 (left), 6 (right) and 2 (down) to control your character (the C/c).
Have fun!
+1
View File
@@ -20,6 +20,7 @@ See this repository: https://git.imzadi.de/acn/backgammon-vt100
* [Ladder](Ladder/)
* [Rogue](Rogue/)
* [Wanderer](Wanderer/)
* [CatChum](CatChum/)
## More Games on the Interwebs