Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.57 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.57 KB

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.