

This is an algorithm project we did for our school 42.
Gomoku is a strategy board game traditionally played on a Go board with stones of two different colors.
You can play with a friend or against our AI
The AI algorithm is a "minmax" with alphabeta pruning improved with our custom "tactic length" pruning