chess software

Sort:
Avatar of markplessner

is there software that will let me enter a game I recorded in otb play. Then later at home on my pc  review the game and suggest alternate moves . 

Avatar of jlconn

You can do this by using Chess.com.

From the main menu you can navigate to the Chess.com analysis board as follows:

Learn -> Analysis

Once on the analysis page, select Make Moves from the list.

You can then enter the game by playing the moves on the board and analyze it directly (you could use Chess.com's engine analysis and add your own and you could also choose to run Game Review on it), and then if you like you could even edit the Game Details and store the game in a database (Chess.com lets you make different "collections" in which you can store games).

Avatar of lostpawn247

Yes. Look for a chess database and add Stockfish as an engine to analyze your games. There are also chess playing programs like Fritz or maybe Hiarcs that have database functionality. The best place to start is by looking for options on google.

Avatar of nickmvf

I’ve been experimenting with different tools to streamline my work on a chess software project, and one platform that’s actually helped me handle the more complex parts is https://www.code-maestro.com/ . What stands out is how it supports both code generation and legacy code improvement without disrupting the existing structure. For a game like chess, where logic needs to be tight and modular, having automated asset handling and bug optimization in the same system saves a lot of time. It also transforms your codebase into an interactive knowledge base, which makes understanding and navigating the architecture less frustrating—especially when switching between components like AI, UI, or move validation. While no tool does everything, this one has made certain aspects of debugging and documentation easier. It might be worth trying out if your project involves intricate mechanics or long-term maintainability.