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

https://github.com/programmaters/sketch.io

Sketch.io is an online multiplayer drawing and guessing game!
https://github.com/programmaters/sketch.io

javascript nodejs p5js react socket-io typescript

Last synced: 26 days ago
JSON representation

Sketch.io is an online multiplayer drawing and guessing game!

Awesome Lists containing this project

README

          

# Sketch.io
Sketch.io is an online multiplayer drawing and guessing game!

## Backend




## Frontend




## How to run

### Run the server
In the terminal
```
cd server
npm install
npm start
```

### Run the client
In another terminal
```
cd client
npm install
npm start
```

![Screenshot](screenshot.png)