8000 GitHub - laxmi7505/skribl: Scribble game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

laxmi7505/skribl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skribble - multiplayer canavs game

Table of Contents

Introduction

Skribble (https://skribble-app.netlify.app/) 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

Tech stack

Frontend

  • typescript - version 4.5
  • React js - version 17.0

Backend

  • Node js with express js( 4.17 ) - version 17.0
  • typescript - version 4.5

Setup

To run this project, install it locally using npm:

$ cd skribl/skribl-FE
$ npm i
$ npm run dev
$ cd ../skribl-BE
$ npm i
$ npm run dev

Features

  • Live chat and drawing
  • Draw your custom avatars
  • private rooms
  • resposnive canvas

LLD Desgin

lld-png

Screenshots

Main Page Mobile Main Pc Lobby Mobile Game Area

Project status

Project is in progress

Room for Improvement

Room for Imporvement

  • Better UI/UX

To do:

  • Stateful server to stateless server
  • Live audio feature

Acknowlegdement

  • This project was inspired by scribble.io
  • Many thanks to Scaler

Contact

Created by Pratham Kumar - feel free to contact me!

About

Scribble game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 1.3%
  • Other 1.0%
0