An in-progress chess engine project with complete rule implementation and bitboard-based architecture.
This project implements a fully functional chess game with all standard chess rules.
The engine uses bitboard techniques for efficient board representation and move generation.
Link to the published app: https://chess-deploy-xl5f-qm9obqb3d-nedims-projects-b9dca87f.vercel.app/
Perft Tests: Performance tests to verify move generation correctness