Skip to content

david-macrae/swift-othello-monte-carlo-tree-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Tree Search for Othello

Monte Carlo tree seach (MCTS) is a method of implementing game AI (among other things). Possible current game moves are sampled by randomly playing a game to the end from each move. The move which seems to lead to wins most often is the best move to make next.

Implemented using Swift for iOS. Updated for Xcode 12.

Copied more or less directly from http://andysalerno.com/2016/03/Monte-Carlo-Reversi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%