Skip to main content
Console Chess
By Octogonz ($01)

This is Octogonz's hybrix-chess-prototype [gist.github.com] console chess playing prototype from the TalkChess.com discussion. It proposes a chess_engine interface contract that allows a chess-playing front end (graphical, text-based, or competition harness) to work with different engine subclasses that validate move legality and optionally implement a search algorithm for computer play.