Skip to content

glesica/mcts-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCTS Kotlin

An implementation of the Monte Carlo Tree Search game playing algorithm in Kotlin. This is a work-in-progress.

Development

To run the unit tests use:

./gradlew test

and on Windows use:

gradlew.bat test

Releases

No releases published

Packages

No packages published

Languages