Add actions and implement select square action

optics!
This commit is contained in:
Sidharth Kulkarni 2026-05-06 21:57:55 -07:00
parent c2df3477fd
commit c8e43990ed
Signed by: skulk
SSH key fingerprint: SHA256:Jby+S9d1WmwqnXIrngHgccYNHz+cYquxN1zm3ym3Kbg
6 changed files with 39 additions and 3 deletions

View file

@ -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.