Skip to content

DoodlesEpic/MultiplayerPicross

Repository files navigation

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.