This tag is for the game of Chess and problems getting computers to play it.
Is there any Chess game API , purely written in JavaScript ? No Flash! Anybody know the algorithm(in general) used in …
javascript algorithm chessI'm looking to try and write a chess AI. Is there something i can use on the .NET framework (or …
artificial-intelligence chessI am writing a Chess program in Python that needs to generate all the moves of a knight. For those …
python chessI have problem with my own Chess Engine using minimax algorithm to search for chess moves I use a 5 plies …
c++ artificial-intelligence chess backtracking minimaxHow would you model a turn-based game server as a RESTful API? For example, a chess server, where you could …
rest chessI'm trying to implement alpha-beta min-max prunning enhanced with transposition tables. I use this pseudocode as reference: http://people.csail.…
algorithm artificial-intelligence chess alpha-beta-pruning minmaxI write two program : put together n queens in chess board without any threatening by backtracking algorithm. but that is …
c++ algorithm chess heuristics n-queensThis question is fairly large and difficult to solve without looking through my code, and if it's exceedingly so, then …
java chess