|
Brainless is a chess playing programm written in ANS Forth. It uses the Forth prompt as user interface to play chess. Type 'look' to see the chess board, type 'e2 e4 m' to make your move, type 'cm' to let the computer move. Although ANS conforming, it uses some non-standard functionality if it detects certain Forth systems. Especially on GForth it uses 'ansi.fs' for colored terminal output. Download via svn (browse): svn co http://mosquito.dyndns.tv/freesvn/trunk/brainless/ Then run (for example) via: gforth-fast brainless.fs (Any ANS-conformant Forth system should be ok) More information is provided by the accompanying README file. License: GPL |