From 68bb455bd6b6a5aa624a82249353a67f31afd50e Mon Sep 17 00:00:00 2001 From: acn Date: Mon, 2 Sep 2019 15:54:03 +0200 Subject: [PATCH] first commit --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 351906a..07a2740 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ -# vt100-games +# VT100 games for CP/M -CP/M games that work with a VT100 terminal \ No newline at end of file +In this repository, I want to collect some games for CP/M which work when using +a VT100 compatible terminal (i.e. VT100 ANSI escape sequences). + +These games use VT100 either per default or were adopted to using them. + +Whenever possible, I will provide working binaries (i.e. .COM files) and also the +sources or original files that I found online. + +## Backgammon + +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 + +## more to come...