Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 382 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 382 Bytes

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.