All Work
Game Dev

UNO Game with AI

Card game with Monte Carlo Tree Search AI bots

Maastricht University·2024

MCTS

AI

GUI

Interface

Problem

Wanted to implement game AI using advanced search algorithms in a familiar card game context.

Approach

Recreated UNO with Monte Carlo Tree Search algorithms and neural-network-based strategy, plus a graphical interface.

Results

Playable UNO game where AI bots use MCTS to make strategic decisions.

Technologies

PythonPygameMCTSNeural Networks