https://github.com/toxicfrog/nono
A curses-style nonogram puzzle game
https://github.com/toxicfrog/nono
Last synced: 2 months ago
JSON representation
A curses-style nonogram puzzle game
- Host: GitHub
- URL: https://github.com/toxicfrog/nono
- Owner: ToxicFrog
- License: other
- Created: 2018-02-24T13:36:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T16:27:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T07:28:52.529Z (about 1 year ago)
- Language: Clojure
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Nono -- a nonogram game for the tty
This is a simple curses-style nonogram player. It comes with an index of puzzles
from nonograms.org and will download the puzzles themselves on demand.
It also has code to support loading puzzles from local JSON and text files, but
this is not currently hooked up to the UI anywhere.
It supports both TTY and graphical operation; if a display is available, it'll
use its own built-in terminal emulator, otherwise it will display in the
terminal you ran it from.
## License
Released under the Apache v2 license; see COPYING for details.
Sample nonograms (in resources/puzzles/) are from Thomas Rosenau's
[nonogram solver](https://github.com/ThomasR/nonogram-solver).