ferris / Pente

Electronic representation of Pente board game with a competitive custom MCTS AI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pente

Pente is a classic board game that is traditionally played on a 19x19 Go board (https://en.wikipedia.org/wiki/Pente).

This project is an electronic recreation of the game, that uses a a custom parallelized version of the Monte Carlo tree search algorithm to create a competitive AI for users to play against.

I programmed this project in Java with the Processing library.

About

Electronic representation of Pente board game with a competitive custom MCTS AI.


Languages

Language:Processing 56.2%Language:Java 43.1%Language:HTML 0.7%