simple nonogram game writtern in C with raylib
- gcc
- raylib
- swi-prolog (optional. only for the server)
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
simply just execute the start-server.sh
file:
./start-server.sh
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 |