A sudoku game written in Haskell!

This is a simple sudoku game built with gtk3 using the haskell-gi library. Sudokhs does not require any internet connection and is capable of generating, validating, and solving sudoku tables.
cabal build
cabal install
Aditional binary (x86_64) packages are provided for Arch and Debian distributions You can download the appropriate package from the release page.
Arch: pacman -U sudokuhs-1-1-x86_64.pkg.tar.xz
Debian: dpkg -i sudokuhs_0.1-0.deb
MacOS: requires brew: brew install gtk+3 fontconfig -> Double click on the .dmg (downloaded from the release page).
note: ? - Possible indicates the grid contains no conflicts other than
potentially the selected cell
note: solve - Possible indicates the grid contains no conflicts
14 commits
1 commits
Haskell
90.3%
CSS
9.7%
A sudoku game written in Haskell!

This is a simple sudoku game built with gtk3 using the haskell-gi library. Sudokhs does not require any internet connection and is capable of generating, validating, and solving sudoku tables.
cabal build
cabal install
Aditional binary (x86_64) packages are provided for Arch and Debian distributions You can download the appropriate package from the release page.
Arch: pacman -U sudokuhs-1-1-x86_64.pkg.tar.xz
Debian: dpkg -i sudokuhs_0.1-0.deb
MacOS: requires brew: brew install gtk+3 fontconfig -> Double click on the .dmg (downloaded from the release page).
note: ? - Possible indicates the grid contains no conflicts other than
potentially the selected cell
note: solve - Possible indicates the grid contains no conflicts
14 commits
1 commits
Haskell
90.3%
CSS
9.7%