Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tonai/react-nonogram
- Owner: tonai
- Created: 2022-09-19T07:29:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T08:15:55.000Z (6 months ago)
- Last Synced: 2024-07-15T09:57:01.937Z (6 months ago)
- Language: TypeScript
- Size: 745 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```