Posts With Tag: Cpp

Stargaze

This project is a fully fleshed-out chess engine that I'm trying to create.

I’m using bit boards to represent the board and the pieces. I’m following the alpha-beta algorithm with multiple optimisations, ranging from transposition tables and iterative deepening, with a heuristic move generator.


§