udhos / capivara

capivara is an experimental chess engine in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capivara

Features

How to build

git clone https://github.com/udhos/capivara
cd capivara
go install ./capivara

How to play

Run

Run capivara.

capivara

Then type commands after the prompt enter command:. Commands may be abbreviated. For instance, use h for help.

Search best move

Use command search to ask for the best move.

enter command:s

Engine response will look like this:

search: best depth=4 score=-1 move=d7d6 elapsed=4.000061404s

Play a move

Use command play <move> to make a move.

enter command:p e2e4

Help on commands

Use command help to get help.

enter command:h

Other Golang Chess Engines

https://github.com/tonyOreglia/glee

https://github.com/zserge/carnatus

https://github.com/ChizhovVadim/CounterGo

https://github.com/WeaselFOSS/Chess

https://github.com/amanjpro/zahak

https://github.com/frankkopp/FrankyGo

About

capivara is an experimental chess engine in Go.

License:MIT License


Languages

Language:Go 99.2%Language:Python 0.4%Language:Shell 0.3%