https://github.com/adithaker/scribbl
🎨Scribbl is an online multiplayer guessing game. This project is a clone of the original skribbl game; but it also has in-game voice chat to communicate with your lobby
https://github.com/adithaker/scribbl
nodejs peerjs redis socket-io webrtc
Last synced: 2 months ago
JSON representation
🎨Scribbl is an online multiplayer guessing game. This project is a clone of the original skribbl game; but it also has in-game voice chat to communicate with your lobby
- Host: GitHub
- URL: https://github.com/adithaker/scribbl
- Owner: ADIthaker
- Created: 2021-03-08T13:30:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T04:45:35.000Z (over 5 years ago)
- Last Synced: 2025-06-28T02:04:35.601Z (12 months ago)
- Topics: nodejs, peerjs, redis, socket-io, webrtc
- Language: EJS
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scribbl
Scribbl is an online multiplayer turn-based guessing game; clone of the original Skribbl.io
This project also features WebRTC voice chat.
## Home Page

## Create Page

## Join Page

## Lobby Page

## GamePlay (Drawing player's screen)

## Scoreboard

## Technologies and Frameworks used:
* Nodejs
* Expressjs
* Socketio
* Redis
* WebRTC
## Commands to recreate project:
> npm install
> npm start