tictactoe3d-0.1.0.0: 3D Tic-Tac-Toe logic

Safe HaskellNone
LanguageHaskell2010

Game.TicTacToe3D.TicTacToe3D

Documentation

type Board = (Int, V3 Issue) Source

data Game Source

Constructors

Game Board Team 
Done Team [I3] 

explode' :: Int -> I3 -> [[I3]] Source