PeterHughes / SharpChess

SharpChess is a free, open-source computer application that enables you to play chess against the computer. SharpChess is also a chess engine that competes in computer vs. computer chess tournaments. The main goal of this project is to improve SharpChess's chess playing strength. Find out more about chess programming at SharpChess.com or the excellent: http://chessprogramming.wikispaces.com/
SharpChess.com
GNU General Public License v3.0
138 stars 87 forks source link

Make ComputerPlayer think (and move) automatically #10

Open ch5oh opened 12 years ago

ch5oh commented 12 years ago

Currently I observe very strange issue: computer player will never move until I press Ctrl-T (item 'Think' from main menu).

It looks like this behaviour is by design, but it is too boring to press neccessary button every computer's ply.

ch5oh commented 12 years ago

PS The issue was observed when I have configured new game to be CPU-vs-CPU.

LeBlanc666 commented 9 years ago

You can implement the function "Permanent Brain" from Hiarcs chess, it is pretty smooth there. :)