netfri25 / nonogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C 92.9%Language:Prolog 7.0%Language:Shell 0.1%