Files
basic-computer-games/62_Mugwump/csharp/Strings/Intro.txt
Martin Thoma e64fb6795c MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00

15 lines
469 B
Plaintext

Mugwump
Creative Computing Morristown, New Jersey
The object of this game is to find four mugwumps
hidden on a 10 by 10 grid. Homebase is position 0,0.
Any guess you make must be two numbers with each
number between 0 and 9, inclusive. First number
is distance to right of homebase and second number
is distance above homebase.
You get 10 tries. After each try, I will tell
you how far you are from each wugwump.