• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Free GMTactician Collection: MCTS Devkit

FrostyCat

Redemption Seeker
GMTactician Collection: MCTS Devkit
Easy turn-based AI for GMS 2.3+


1601262858546.png

Overview
This library provides a basic framework for implementing the Monte Carlo Tree Search (MCTS) algorithm. Both synchronous and asynchronous evaluation are supported, and you can develop a basic AI off little more than the basic rules of your game. For many simple games, the resulting AI can be quite powerful, yet also easy to tune for players of various levels of skill.

Downloads / Links
GitHub: Link | Repository | Wiki
Connect-4 Example: Link (Windows) | Repository | Wiki

Feedback Welcome!
If you have any suggestions or bug reports, please open an issue or contribute on GitHub.
 
Top