Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tonai/react-nonogram

Nonogram puzzle game built with React.
https://github.com/tonai/react-nonogram

Last synced: 4 days ago
JSON representation

Nonogram puzzle game built with React.

Awesome Lists containing this project

README

        

# React nonogram

HTML/CSS/JS puzzle game

## Demo

Live demo can be found [here](https://tonai.github.io/react-nonogram/).

## Getting Started

Install dependencies:

```
npm install
```

Then start game locally with:

```
npm run start
```