Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 284 Bytes

Chessie

Educational project to teach myself how to program a chess engine.

  • Primitives to model the chessboard, the pieces and other game data
  • Primitives to perform legal moves
  • Code an evaluation function
  • Code dummy engine to find for best moves with a certain depth
  • ???