domw95 / tiles-web

3 stars 1 forks source link

Tiles

A game inspired by Azul, with an AI that can play against you.

Play here!

This repo is the web gui for the game. The library implementing the game logic is https://github.com/domw95/azul-tiles.

AI

The AI uses the minimax algorithm with my minimaxer library. Read this post for more info.