This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

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


  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↩︎
Contents
  1. See also
  2. Forum Posts
  3. External Links
    1. Chess Engine
    2. Misc
  4. References

See also

Forum Posts

Chess Engine

Misc

References

Up one Level

Categories: Open Source · UCI · X86 · PC · Windows

What links here

Contributors: GerdIsenberg.