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
