Skip to content

jamesqo/chess-bot

Repository files navigation

chess-bot

A simple UCI-compliant chess engine written in C#.

in action

Features

  • Basic evaluation function
  • MTD-f search
  • Iterative deepening
  • Transposition table with Zobrist hashing
  • Killer heuristic
  • MVV-LVA move ordering
  • Magic bitboards
  • Quiescence search

License

MIT

About

UCI-compliant chess engine written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages