Add actions and implement select square action
optics!
This commit is contained in:
parent
c2df3477fd
commit
c8e43990ed
6 changed files with 39 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ import Data.Bifunctor (Bifunctor (first))
|
|||
import Data.Kind (Type)
|
||||
import Display
|
||||
import System.Random.Stateful (Random (randomR), RandomGen)
|
||||
import Types.BoardPosition
|
||||
|
||||
{- | The type of game that is being played.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue