/nonogram

Primary LanguageCMIT LicenseMIT

Nonogram

simple nonogram game writtern in C with raylib

Building

Dependencies

Running the application

first, build the build tool

gcc nob.c -o nob

then run it

./nob

after that, you can find your executable at ./build/main, and simply execute:

./build/main

Running the server

simply just execute the start-server.sh file:

./start-server.sh

Keymaps

key action
c get a solution from the server (you need to run the server first)
s swap between the normal board and the solution
left click fill/clear a cell
right click remove/clear a cell