Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryingsealpup/nonograms
Nonograms with Vanilla JS
https://github.com/cryingsealpup/nonograms
canvas nonogram pug sass
Last synced: 9 days ago
JSON representation
Nonograms with Vanilla JS
- Host: GitHub
- URL: https://github.com/cryingsealpup/nonograms
- Owner: cryingsealpup
- Created: 2024-01-23T21:22:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T22:49:28.000Z (9 months ago)
- Last Synced: 2024-10-18T01:23:55.219Z (28 days ago)
- Topics: canvas, nonogram, pug, sass
- Language: JavaScript
- Homepage: https://cryingsealpup.github.io/nonograms/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nonograms
Nonograms with Vanilla JS.## Game rules
Nonograms is a puzzle game to reveal a hidden picture by looking at the number clues. The clues are given at the top and left side of the grid. Each number in these clue defines a block of black cell. A number indicates an unbroken line of black cells, and they are in the same order as the lines. These puzzles are often black and white—describing a binary image—but they can also be colored.## Technologies
Canvas, SASS, Webpack