Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 635 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 635 Bytes

Chess

This project is intended to provide online interface for the game of chess with following features included (but not limited to):

  • REST accessible interface for handling chess games
  • full and bugless implementation of chess rules
  • ability to store and replay chess games

Milestones:

  • 2015/07/10 night - fixed 2 castling issues, all test cases are now passing OK - engine is probably correct
  • 2015/07/10 No we don't, perft case 2 is failing for depth 4 - some castling issues
  • 2015/07/09 The commit ebaa2fa2258c3fa2e350dceaf837e4c40b7d39bc makes all perft cases pass, looks like we now have fully valid chess engine