diff --git a/README.md b/README.md index 9888efd..4950d47 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ See this repository: https://git.imzadi.de/acn/backgammon-vt100 * [Wanderer](Wanderer/) * [CatChum](CatChum/) * [Quatris](Quatris/) +* [Worm](Worm/) ## More Games on the Interwebs diff --git a/Worm/README.md b/Worm/README.md new file mode 100644 index 0000000..520886b --- /dev/null +++ b/Worm/README.md @@ -0,0 +1,25 @@ +# Worm + +I have no information on the author or copyright of this game. + +It is like "Snake", but the worm is only moving when a key is pressed. + +The goal of the game is to survive as long as possible - as the worm will get longer and longer after eating a number. + +## Controls + +Use the number keys 2, 4, 6 and 8 to control the worm. + +The german description of the game is: + + WORM ist ein Spiel, bei dem ein Buchstabenwurm mittels der ^ + Pfeiltasten bzw. Zifferntasten (siehe Bild) ueber das Spiel- I + feld bewegt werden kann. Jedesmal wenn der Wurm eine Zahl + frisst, waechst er um ein Stueck in die Laenge. 8 + Das Ziel des Spiels ist es, den Wurm moeglichst lang zu mae- <- 4 6 -> + sten. Dabei darf er aber in seiner Gier weder sich selbst 2 + noch die Umrandung anknabbern! + I + Viel Spass ! v + + diff --git a/Worm/worm.com b/Worm/worm.com new file mode 100644 index 0000000..5ce8531 Binary files /dev/null and b/Worm/worm.com differ