Skip to content

An Othello / Reversi AI using Monte Carlo Tree Search algorithm.

Notifications You must be signed in to change notification settings

lukechu10/Othello-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello-AI

An Othello / Reversi AI using Monte Carlo Tree Search algorithm. This repo does not include any playable examples. To play against the AI, check out this repo: lukechu10/Othello-GUI.

Build Instructions

Requirements

  • git
  • cargo tool (for building rust code)

Steps

  1. Clone the source code:
git clone https://github.com/lukechu10/Othello-AI.git othello_ai
cd othello_ai/
  1. Build source code using cargo:
cargo build --release # or 'cargo run --release' to run automatically. Make sure you are using --release flag for best performance.

About

An Othello / Reversi AI using Monte Carlo Tree Search algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages