Picross-style nonogram puzzles, but multiplayer.
This project is developed using:
All code and dependencies are open-source.
Start a development server:
yarn
yarn dev
To create a production version of the webapp:
yarn
yarn build
To preview the build:
yarn preview
This project is licensed under the GNU Affero General Public License v3.0. Read the LICENSE file for more information.