gkminmaxstrategist Questions
3
I have the following code in my main.swift:
let strategist = GKMinmaxStrategist()
strategist.gameModel = position
strategist.maxLookAheadDepth = 1
strategist.randomSource = nil
let move = strateg...
Darnell asked 5/1, 2016 at 16:44
2
Solved
I was wondering if anyone here has had any luck using GKMinmaxStrategist. This class/feature was showed off at the WWDC, but most of the sample code was in Objective-C, which was a disappointment. ...
Peignoir asked 23/6, 2015 at 1:33
1
© 2022 - 2024 — McMap. All rights reserved.