Counter is a free, open-source chess engine, implemented in Go. Counter supports standard UCI (universal chess interface) protocol.
Chess ratings are available at Computer Chess Rating Lists:
Counter supports UCI protocol commands and own commands:
move e2e4
- play chess with engine in REPL mode
- Magic bitboards
- Texel's Tuning Method
- Parallel search
- Iterative Deepening
- Principal Variation Search
- Transposition Table
- Null Move Pruning
- Late Move Reductions
- Futility Pruning
- Move Count Based Pruning
- Vladimir Medvedev, GreKo
- Fabien Letouzey, Fruit and Senpai
- Robert Hyatt, Crafty
Counter Copyright (c) Vadim Chizhov. All rights reserved.