Top "Chess" questions

This tag is for the game of Chess and problems getting computers to play it.

How to Communicate with a Chess engine in Python?

on win 7 i can communicate with a chess engine via commandline. Small Example Session with Stockfish on Win 7: C:\run\…

python process python-3.x chess
Chess programming (no AI) - moves validation

I'm trying to program my own chess engine (no AI). I know there is Chess Game Starter Kit and I …

c# chess
Chessboard in WPF

For years I've developed with Winforms, now I want to switch to WPF and make a chessboard. Unfortunately I have …

wpf chess
Displaying chess pieces with unicode in eclipse using java

Im just trying to display some unicode chess symbols in eclipse using java, however it just prints out the random …

java eclipse unicode chess
How to improve Knight's tour with Warnsdorff's rule?

I know there are several similar threads, but I didn't find a solution even outside of SO. Here's my problem: …

algorithm graph graph-theory chess
Preventing cheating in online chess games?

In many online chess lobbies, I've seen instances of 'engining', where a cheater would open a chess program at the …

chess online-game
python: Chess moves validation

Does anybody know if there is a free python chess moves validation function available somewhere? What I need. I have …

python chess