Added play mode command 'o' toggle engine move looping. When enabled
commita7566ca90ba08ba08d64d53d5ad85a6bb6a3c155
authorBen Kibbey <bjk@luxsci.net>
Mon, 3 Apr 2006 13:10:46 +0000 (3 09:10 -0400)
committerBen Kibbey <bjk@luxsci.net>
Mon, 3 Apr 2006 13:10:46 +0000 (3 09:10 -0400)
tree3cbde6c0035528400d698415ae476d284a1136f0
parent808281d64ba380b72c4c1cfdbd491f15c0e9c37e
Added play mode command 'o' toggle engine move looping. When enabled
and after the chess engine makes a move the engine will make the next
move and continue until end-of-game or until 'o' is pressed again.
This is good for testing the move validator.
src/cboard.c
src/cboard.h
src/common.h
src/engine.c