A game inspired by Azul, with an AI that can play against you.
This repo is the web gui for the game. The library implementing the game logic is https://github.com/domw95/azul-tiles.
The AI uses the minimax algorithm with my minimaxer library. Read this post for more info.