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

Sagrada AI

AI for playing the board game Sagrada. Uses Monte Carlo Tree Search algorithm to find the best move.

TODO

  • Performance optimizations.
  • Code clean-up.
  • Add interactivity for playing a game against the AI.
  • Write unit tests.