Skip to content

cherie11/Fast-Reversi-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello/Reversi AI

Dependency

  • Python3.6
  • C++ 11
  • Pybind11
  • tkinter

Run on Mac osx


cd src
mkdir build
cd build
cmake ..
make check -j 4
  • Run the program
 cd src
 python3 setup.py
 python3 game.py

UI instruction

  • Main window shows as below: avatar
  • Playing mode shows as below: avatar

Collaborate with @CandyZhang

About

Implementation Othello AI with MCTS & bitboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published