Playable at http://jung.ninja/game/. Simple game made with Defold. Computation time represents time given for computer to make a decision.
Computer finds his move based on Monte Carlo tree search algorithm with Upper Confidence Bound to maintain balance between exploration and exploitation.
In main/mcts/config.lua
we can play with the parameters, especially UCTK and REWARDs.
This is my first project with Defold and even in LUA language, but it demonstrate MCTS quite good. A lot of things could be optimized and then MCTS would be capable of computing better strategies in given time.