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!
- Host: GitHub
- URL: https://github.com/programmaters/sketch.io
- Owner: Programmaters
- Created: 2023-07-19T13:10:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T18:20:12.000Z (almost 2 years ago)
- Last Synced: 2024-01-30T02:02:37.080Z (almost 2 years ago)
- Topics: javascript, nodejs, p5js, react, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 2.35 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```
