• 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!

mcts

  1. FrostyCat

    Demo Connect-4 (with GX Multiplayer)

    Connect-4 With local vs. AI, local 2P, and experimental GX Multiplayer Overview This is an open-source implementation of Connect 4 using GMTactician MCTS for local play and GX Multiplayer beta for online play. You can play against the adjustable AI, against a friend in-person, or against an...
  2. FrostyCat

    Free GMTactician Collection: MCTS Devkit

    GMTactician Collection: MCTS Devkit Easy turn-based AI for GMS 2.3+ 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...
  3. FrostyCat

    Free MCTS Connect-4

    MCTS Connect-4 Really? Another one this soon? Description This open-sourced project demonstrates a random-playout, minimally blocking MCTS AI that plays Connect-4 via a simple animated UI. You can adjust the AI's strength by setting its thinking time with a slider. All code is extensively...
  4. FrostyCat

    Free MCTS Tic-Tac-Toe

    MCTS Tic-Tac-Toe A simple gift to the GMC for the 2016 holiday season Description This open-sourced project demonstrates a random-playout, minimally blocking MCTS AI that plays Tic-Tac-Toe via a simple animated UI. You can adjust the AI's strength by setting its thinking time with a slider...
Top