Skip to content

saolsen/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4 Monte-Carlo Tree Search

Play against an MCTS connect4 agent in your terminal.

CleanShot 2023-07-18 at 19 45 18@2x

Includes two agents that play connect4.

  • Random agent that makes random moves.
  • MCTS agent that simulates thousands of games to pick the best move.

Dependencies

  • Rust (see rustup for installation)

Usage

cargo run --release

Run it in release mode. More games are simulated so the agent is smarter.

About

monte-carlo tree search agent for connect4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages