Gochess,
a didactic open source chess engine by Franziskus Domig, written in Golang, released under the MIT license 1. It was inspired by chess-at-nite (C/C++) and uses most of its concepts 2
Contents
Screenshot
Gochess' command line interface: ASCII-board with Unicode Pieces 3
Unicode
symbolsUnicode = []string {
".",
"♙", "♘", "♗", "♖", "♕", "♔",
"♟", "♞", "♝", "♜", "♛", "♚",
}
Features
Board Representation
Search
Evaluation
See also
External Links
Chess Engine
Namesakes
- GitHub - jonpchin/gochess: Online real time chess web server using websockets
- GitHub - anastasop/gochess: A library for handling chess games. It will support PGN, FEN, UCI