Iota

Home * Engines * iota

iota, (Iota)
a minimalist open source chess engine by Daniel White, written in C,
supporting the full rules of chess and a subset of the UCI protocol [1].
The source code consists of about 1788 characters, not counting comments or white spaces
[2] .
It accepts en passant, minor promotions and castling - but will never castle itself
[3].
Iota performs alpha-beta, and considers material and center bonus for pawns, knights and bishops in evaluation [4].
Ιώτα [5]

Forum Posts

Chess Engine

Misc

References

  1. ‘uci’/‘uciok’, ‘isready’/‘readyok’, ‘position’ and ‘go’/‘bestmove’
  2. New ‘Micro’ Chess Engine - Iota 0.1 by Daniel White, CCC, July 07, 2012
  3. GitHub - DanielWhite94/iota: iota aims to be a tiny C chess engine, supporting the full rules of chess, as well as a standard protocol
  4. iota/iota.c at master · DanielWhite94/iota · GitHub
  5. Iota from Wikipedia

Up one Level