Skip to content

Aditya-ds-1806/Skribblrs.io

Repository files navigation

Skribblrs.io

CodeQL OSSAR Website GitHub license

Skribblrs.io is my attempt at building a clone of the web-based drawing and guessing game skribbl.io.

To play a game: https://skribblrs.up.railway.app/

It might take a few seconds to respond due to inactivity.

The site does not collect any user data or display ads.

Local setup

The project requires Node.js to be installed on your system. To run the project locally:

git clone https://github.com/Aditya-ds-1806/Skribblrs.io.git
cd Skribblrs.io
npm i
npm run start

The app will run by default on port 3000. Open your browser and go to http://localhost:3000.

Screenshots

Landing page Landing page
Landing page Landing page

Technologies used

  1. Back End

  2. Front End

Credits

  1. Background Image: https://skribbl.io/res/background.png
  2. Feature ideas: https://github.com/scribble-rs/scribble.rs
  3. Sounds: https://freesound.org/

License

MIT License

Copyright (c) 2021 Aditya DS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.