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 installTo run:
bun run index.tsThis project was created using bun init in bun v0.5.9. Bun is a fast all-in-one JavaScript runtime.