Pablo Kvitca
On This Page

Tak Player

Archived

An AI player for the board game Tak, built with Python. Implements game logic, board evaluation, and search algorithms to play Tak competitively.

Python
GitHub starsGitHub forksLicense

Overview

An AI player for Tak, the abstract strategy board game from Patrick Rothfuss’s Kingkiller Chronicle series. The project implements the full game rules, board state evaluation, and search-based AI to play Tak at a competitive level.

Technical Details

Built in Python with Jupyter Notebooks for experimentation and analysis. The project includes game state representation, move generation, position evaluation heuristics, and tree search algorithms for move selection.