Skip to content

michabay05/Disaster

Repository files navigation

Disaster

This is a UCI bitboard chess engine written in C++. This engine has an estimated rating of 1800 elo.

Features

  • Bitboard representation
  • Magic number for sliding piece attack precalculation
  • Move generation via the COPY/MAKE approach
  • Performance tester
  • Negamax algorithm with alpha-beta pruning
  • PV Lines
  • Iterative deepening
  • Aspiration Windows
  • UCI protocol commands
  • Drawn endgame evaluation

Resources used

I've used a lot of resources to make this chess engine.

About

A C++ UCI chess engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages