Yet another simple game from Tim Hartnell's 1983 "Giant Book of Spectrum Games". The original game (all 55 lines of basic code) was written by Gwyn Dewey.
The original had an empty board, except for the player and the 2 robots, so I've added the option to have some obstacles

. Just to keep it interesting

I've also added the option to have up to 9 robots.
I've also changed the movement: in the original game the player moved 3 positions each move; while the robots moved 2 or 3 positions. I've changed it so the player only moves 1 position per move; while the robots can move 2 positions (if they move diagonally).
I have not included a "win" condition (yet). BUT, I do include an extra "Congratulations", if the player manages to get a score of 100+.
Enjoy,
S.
PS: For those who are interested in such things, Gemnin AI did the initial translation from BASIC into a (text mode) free pascal program.
PPS: Also, Co-pilot (the windows AI) created the original versions of the images used.
