Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 528 Bytes

TODO.org

File metadata and controls

23 lines (20 loc) · 528 Bytes

Chess Engine

Correct move generation

Castling

Checks

Pins

En passant

Take piece when en passant is played

BUG: En passant discovered check

Promotions

Checkmake & Draw

50 move rule

Draw by repitition

Tests

Basic Tests

Extended Tests

Search & Evaluation

MinMax

Alpha-Beta Pruning

Transposition Table

More optimisations, move gen is still slow, idk what to do