Back

2.1
Fixed Typo in MoveExits() that stopped engine thinking

2.0
Fixed MoveExits() to align with tutorial

1.9
Fixed bad Enpassant Bug in GenerateMoves()

1.8
Current FEN Added under the board

1.7
Fixed a bad bug causing the program to hang when reaching a position in the search tree with no pawns

1.6
Added null move pruning
Added passed and isolated pawn knowloedge
Added open file knowledge
Added basic king endgame knowledge

1.5
Added takeback button

1.4
Added small opening book to vary play

1.3
Corrected castling bug when board flipped
Added recogniser for game end, engine won't play in game over positions

1.2
Implemented Thinking Time Selection
Implemented Flip Board

1.1
Fixed error allowing illegal moves

1.0
Initial Release