Robots is a FreeBasic remake of the classic BSD robots game.
Richard D. Clark rickclark58@gmail.com

Dec 18, 2009 v. 0.1.3

1) Changed robots movement to all 8 cardinal directions.
2) Added graphical mode to game. Player can choose ascii or graphics.
3) Fixed unreachable exit.

Dec 16, 2009 v. 0.1.2

1) Fixed a bug where robots would move diagonally.
2) Changed distance calculation so robots converge on character better.
3) Changed exit placement so it would not be unreachable.

Dec 13, 2009 v. 0.1.1

1) Added teleport function that I forogt to add to original version.

Dec 12, 2009 v. 0.1

1) First working version.