DoodlesEpic / MultiplayerPicross

Picross-style nonogram puzzles, but multiplayer.
https://picross.doodlesdev.com/
GNU Affero General Public License v3.0
3 stars 0 forks source link
multiplayer nonogram picross supabase svelte

Multiplayer Picross

Picross-style nonogram puzzles, but multiplayer.

Screenshot from 2023-04-30 23-30-25

Development

This project is developed using:

All code and dependencies are open-source.

Developing

Start a development server:

yarn
yarn dev

Building

To create a production version of the webapp:

yarn
yarn build

To preview the build:

yarn preview

License

This project is licensed under the GNU Affero General Public License v3.0. Read the LICENSE file for more information.