/gomoku

Primary LanguageC++

Gomoku

A game made with SDL2 library for its UI with AI using minmax algorithm and alpha–beta pruning

To win

You must have 5 pawns aligned or 5 captured

Capture

You can capture 2 pawns like that OXXO <--- last played O by you resulting in: 0..0

To start

make && ./gomoku

Packets to install: libsdl2-dev libsdl2-ttf-dev