Skip to content

saolsen/connect4_mcts

Repository files navigation

connect4_mcts

Agent for gameplay.computer

MonteCarlo Tree Search Simulates 10,000 random games for every possible move and then picks the one with the highest win rate.

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v0.5.9. Bun is a fast all-in-one JavaScript runtime.

About

gameplay agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published