Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 524 Bytes

Topaz Tak

An engine for the board game Tak. Still a work in progress, but should already support some common use cases.

Goals

Game

  • Multiple standard game sizes
    • Size 5
    • Size 6
    • Size 7
    • Size 8
  • Variants
    • Komi

Search and Evaluation

  • Alpha-beta search
  • Transposition table
  • Automated tuning

Protocol