项目作者: fogleman

项目描述 :
A chess engine written in C.
高级语言: C
项目地址: git://github.com/fogleman/MisterQueen.git
创建时间: 2014-10-12T01:42:51Z
项目社区:https://github.com/fogleman/MisterQueen

开源协议:MIT License

下载


Mister Queen

Mr. Queen is a chess engine written in C.

Features

  • Bitboards and “magic” bitboards for board representation and super-fast move
    generation.
  • Custom, hash-based opening book based on over three million games from the
    FICS database.
  • Zobrist hashing and a transposition table storing exact values and the best
    move.
  • Null move pruning, aspiration windows, iterative deepening, quiescence
    search.
  • Supports the Universal Chess Interface (UCI).
  • Passes all perft tests.

Limitations

  • Unaware of draw by repetition.
  • Basic evaluation includes only material and piece-square values.