A terminal interface for Brickudoku game — a hybrid of Sudoku and Tetris.
Built on top of the brick library which makes building terminal user interfaces very accessible. Sam Tay also has a nice tutorial that can help you get started.
First get stack. Then
git clone https://github.com/Thecentury/brickudoku.git
cd brickudoku
stack build
# run using stack
stack run
# alternatively, copy the executable to ~/.local/bin
stack install brickudoku
brickudoku
Windows support is unfortunately questionable, but you can try building it in WSL.
Run the game by simply executing the brickudoku
command.
To run the tests,
stack test
To see the test tree in TUI,
stack test --test-arguments "--tui"
- Package and publish (to Hackage?)
- Initialize the game with a custom seed