Skip to content

netfri25/nonogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published