From ac5b4be69b2ba9d2ef17d31de11d1932f9566576 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 16 Dec 2024 10:24:10 +0530 Subject: Change grid size to 16x9 --- src/Chelleport.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Chelleport.hs') diff --git a/src/Chelleport.hs b/src/Chelleport.hs index 8bd938e..2bdc6c4 100644 --- a/src/Chelleport.hs +++ b/src/Chelleport.hs @@ -26,8 +26,8 @@ initialState _ctx = do stateIsShiftPressed = False } where - rows = 12 - columns = 12 + rows = 9 + columns = 16 hintKeys = ['A' .. 'Z'] \\ "Q" directionalIncrement :: (CInt, CInt) -> Char -> (Int, Int) -- cgit v1.3.1