Gochess
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]
Screenshot
Gochess' command line interface: ASCII-board with Unicode Pieces [3]
Unicode
symbolsUnicode = []string { ".", "♙", "♘", "♗", "♖", "♕", "♔", "♟", "♞", "♝", "♜", "♛", "♚", }
Features
See also
External Links
Chess Engine
Namesakes
References
- ↑ gochess/LICENSE at master · fdomig/gochess · GitHub
- ↑ gochess/README.md at master · fdomig/gochess · GitHub
- ↑ gochess/gochess.png at master · fdomig/gochess · GitHub
- ↑ ochess/piece.go at master · fdomig/gochess · GitHub
- ↑ gochess/search.go at master · fdomig/gochess · GitHub
- ↑ gochess/eval.go at master · fdomig/gochess · GitHub