This tag is for the game of Chess and problems getting computers to play it.
I've been practicing for an upcoming programming competition and I have stumbled across a question that I am just completely …
chess shortest-path minimization search-treeI have a simple Chess board in a JPanel with GridLayout(8,8) as layout manager. I am trying to add panels …
java swing layout-manager grid-layout chessI am trying to get a feel of how to design and think in an Object Oriented manner and want …
chess oopI just wanted to learn name of algorithms.. thanks
algorithm chessI was recently in a discussion with a non-coder person on the possibilities of chess computers. I'm not well versed …
algorithm chess game-theoryNot strictly a question, more of a puzzle... Over the years, I've been involved in a few technical interviews of …
algorithm language-agnostic puzzle chessI need help in designing a Chess game. I've already started but haven't got far as I'm pretty new to …
java chessI'm interested in writing a chess engine (mostly as a learning exercise) and would be interested in any resources that …
resources chessI want to program a chess engine which learns to make good moves and win against other players. I've already …
artificial-intelligence neural-network chessI'm wondering how hard it would be to implement a chess engine. Are there already open-source implementations? It seems that …
machine-learning chess