Top "Chess" questions

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

Knight's Shortest Path on Chessboard

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-tree
Create a Chess board with JPanel

I 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 chess
Object Oriented Design for a Chess game

I am trying to get a feel of how to design and think in an Object Oriented manner and want …

chess oop
Currently known best algorithm(s) for computer chess?

I just wanted to learn name of algorithms.. thanks

algorithm chess
Is there a perfect algorithm for chess?

I was recently in a discussion with a non-coder person on the possibilities of chess computers. I'm not well versed …

algorithm chess game-theory
Programmer Puzzle: Encoding a chess board state throughout a game

Not strictly a question, more of a puzzle... Over the years, I've been involved in a few technical interviews of …

algorithm language-agnostic puzzle chess
Java programming - Chess moves (basic, no AI)

I need help in designing a Chess game. I've already started but haven't got far as I'm pretty new to …

java chess
What are some good resources for writing a chess engine?

I'm interested in writing a chess engine (mostly as a learning exercise) and would be interested in any resources that …

resources chess
How to program a neural network for chess?

I want to program a chess engine which learns to make good moves and win against other players. I've already …

artificial-intelligence neural-network chess
How hard is it to implement a chess engine?

I'm wondering how hard it would be to implement a chess engine. Are there already open-source implementations? It seems that …

machine-learning chess