Dumb

Home * Engines * Dumb

Dumb,

a simple and stupid UCI compliant open source chess engine by Richard Delorme, written in the D programming language, released in June 2017 under the MIT License. Dumb is a dumbed down version of Amoeba with just a basic evaluation function and basic search algorithms. Its purpose is to be a benchmark for weak engines [1].

Features

[2]

Board Representation

Hash Move MVV/LVA Evaluation

See also

Forum Posts

Re: Dumb 1.0 UCI by Richard Delorme by Richard Delorme, CCC, September 27, 2017

Chess Engine

Misc

References

  1. Re: Dumb 1.0 UCI by Richard Delorme by Richard Delorme, CCC, September 27, 2017
  2. based on Dumb/README.md at master · abulmo/Dumb · GitHub

Up one Level