Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanwed/nonograms
popular nonograms game
https://github.com/sanwed/nonograms
css functional-programming vanilla-javascript
Last synced: 22 days ago
JSON representation
popular nonograms game
- Host: GitHub
- URL: https://github.com/sanwed/nonograms
- Owner: Sanwed
- Created: 2024-05-02T15:58:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T20:43:09.000Z (4 months ago)
- Last Synced: 2024-11-19T02:45:56.942Z (3 months ago)
- Topics: css, functional-programming, vanilla-javascript
- Language: JavaScript
- Homepage: https://sanwed.github.io/nonograms/nonograms
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nonograms
A popular game called Nonograms. The target of this project is to show functional programming skills using vanilla JavaScript## How to install
Clone repository## Functionality
- Select the level you want to complete.
- Check each box by left-clicking and cross it out by right-clicking.
- Reset the level to start from the beginning.
- Leave the level and choose another one.
- Show the solution to the level.
- Save the current state of each level while you are on it.
- Load saved level. Works even after closing the game.
- Select a random level to solve.
- Change theme by clicking on the appropriate button at top left side.## Screenshots
![image](https://github.com/user-attachments/assets/b3616f99-16d0-4eef-a51e-91308480c839)