Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/survivorbat/nono.maarten.dev
Simplistic nonogram application
https://github.com/survivorbat/nono.maarten.dev
nono nonogram puzzle
Last synced: 4 days ago
JSON representation
Simplistic nonogram application
- Host: GitHub
- URL: https://github.com/survivorbat/nono.maarten.dev
- Owner: survivorbat
- License: mit
- Created: 2022-11-27T17:23:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T17:45:19.000Z (over 1 year ago)
- Last Synced: 2024-11-08T05:39:58.707Z (about 2 months ago)
- Topics: nono, nonogram, puzzle
- Language: TypeScript
- Homepage: https://nono.maarten.dev/
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nonogram
I really like playing nonogram on my phone and wanted to replicate it.
## Prerequisites
In order to run this, you need to have [NodeJS](https://nodejs.org/en/) and npm installed.
## Getting Started
The following steps allow you to setup the environment to run this application.
1. Git clone the repository
2. Run `npm install`
3. Run `npm start`## TODO
- Make puzzle generation better to always have solvable puzzles
- Don't make the difficulty rank up so fast