simple nonogram game writtern in C with raylib
- gcc
- raylib (already provided)
- swi-prolog (optional. only for the server)
first, build the build tool
gcc nob.c -o nobthen run it
./nobafter that, you can find your executable at ./build/main, and simply execute:
./build/mainsimply 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 |