TicTacToeGameRunner

com.phasmidsoftware.gambit.examples.tictactoe.TicTacToeGameRunner

Factory for a TicTacToe GameRunner. Requires an implicit State[Board, TicTacToe] in scope.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(xPlayer: Player[TicTacToe, Int, Boolean], oPlayer: Player[TicTacToe, Int, Boolean], random: Random = ...)(using State[Board, TicTacToe]): GameRunner[Board, TicTacToe, Int, Boolean]