GitHub - Shubham-Mi/scribble: A simple scribble game where one player draws and others try to guess the word

Skip to content

Navigation Menu

Sign in

Appearance settings

Scribble

Table of Contents

Introduction

Skribble is a multiplayer board game in which players draw whatever they like and get points for guessing the word.

Project Aim

The ultimate goal is to provide players with a fully-connected and enjoyable experience

Setup

To run this project, install it locally and then:

$ cd scribble/scribble-backend
$ npm i
$ npm start
$ cd ../scribble-frontend
$ yarn install
$ yarn start

Features

  • Live chat and drawing
  • private rooms
  • resposnive canvas

LLD Desgin

Design doc link

lld-png