Add a constant for backspace
board_print -> render_board
delete a dead function
Squell is a mashup of tetris and sudoku, inspired by Woodoku, for the terminal.
See the documentation at the top of main.c for a description of how the game is implemented.
Play the hosted version over ssh!
ssh squell@squell.cc
# build the game
make
# install/uninstall globally
sudo make install
sudo make uninstall
# install/uninstall elsewhere
PREFIX=~/.local make install
PREFIX=~/.local make uninstall
# run the game (must be from $HOME)
cd
squell
make debug
This builds squell with debug symbols, asan, and ubsan. On my system I need to
update LD_LIBRARY_PATH
to get asan to work
LD_LIBRARY_PATH=/usr/lib/clang/15.0.7/lib/linux/ gdb ./src/squell/squell