Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)