Skip to content

An AI agent for Chinese Checkers game based on Monte Carlo Tree Search

License

Notifications You must be signed in to change notification settings

agileshaw/ChineseCheckersMCTSAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChineseCheckersMCTSAgent

This program is created and tested in Linux environment.

Build and Run:

  1. $ make to compile all code files

  2. $ ./game to print board after each move in console or $ ./game -v [filename] to print board after each move in the file with the input filename

By the end of the game, a game board with the ending state, the winner information and the total execution time will be printed in console.

About

An AI agent for Chinese Checkers game based on Monte Carlo Tree Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published