bullno1 / MonteXO

A simple TicTacToe AI using Monte Carlo Tree Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MonteXO - A simple TicTacToe AI using Monte Carlo Tree Search

License

This is a fairly unoptimized generic implementation of Monte Carlo Tree Search (MCTS) in Lua.

How to run

Love2D is required.

love .

Click on any tile to put your piece.

Known issues

About

A simple TicTacToe AI using Monte Carlo Tree Search

License:BSD 2-Clause "Simplified" License


Languages

Language:Lua 100.0%