Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.16 KB

skribbl.io clone

A skribbl.io clone made with NextJS and Go

Not yet implemented

  • Revealing letters as the time runs out
  • Factoring in the remaining time when calculating the score
  • Filling in anti-aliased pixels (when using paint bucket)
  • Player avatar
  • Kick & votekick
  • Ability to join an ongoing game
  • Automatically moving onto the next round
  • Undo previous action
  • Re-request for different words (when the ones provided are too difficult, i.e. not an object or an action)

How to run

  • Navigate to the root directory and run docker-compose build
  • Run docker-compose up or docker-compose up -d (detached mode)
  • Open your browser and go to localhost

Architecture

image

Screenshots

image image image