Skip to content

This is a fun project which I have mainly used to teach myself Go programming.

Notifications You must be signed in to change notification settings

paulwalk/nonogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NonoGo

This is a fun project which I have mainly used to teach myself Go programming.

Puzzle Files

The puzzle files in the data folder are from: https://github.com/mikix/nonogram-db Each puzzle file is a YAML file which contains the puzzle definition. The required format should be clear from an examination of any one of the puzzle files in the data directory.

Example Usage

Compile the code, and then run the executable, pointing it to a puzzle file. See the data directory for examples.

nonogo --puzzle=./data/burning.nonogram.yaml --debug=true|false

Screenshot

screenshot

About

This is a fun project which I have mainly used to teach myself Go programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages