A skribbl.io clone made with NextJS and Go
- 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)
- Navigate to the root directory and run
docker-compose build
- Run
docker-compose up
ordocker-compose up -d
(detached mode) - Open your browser and go to
localhost