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

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

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

![HomePage](./screenshots/homepage.jpg)

## Create Page
![HomePage](./screenshots/create.jpg)
## Join Page
![HomePage](./screenshots/join.jpg)
## Lobby Page
![HomePage](./screenshots/lobby.jpg)
## GamePlay (Drawing player's screen)
![HomePage](./screenshots/gameplay.jpg)
## Scoreboard
![HomePage](./screenshots/scoreboard.jpg)

## Technologies and Frameworks used:

* Nodejs
* Expressjs
* Socketio
* Redis
* WebRTC

## Commands to recreate project:

> npm install

> npm start