Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 241 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 241 Bytes

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