Sketchy is a free online game that takes inspiration from the games skribbl.io and Among Us. There are two teams: the imposters and the crewmates. Each game consists of several drawing rounds. The crewmates win if they score a certain number of points or catch all of the impostors. The imposters win if they score a certain number of points.
Developers: Allison Jung, Arthur Deng, Saransh Saini, Jessie Hong, Isabella Borkovic, Barnett Yang, Roy Huang, Arda Demirci, Vivian Hsu
Advisors: Wilson Nguyen, John Lee, Maanuj Vora
.
Make sure Redis is installed. If not, brew install redis && brew services start redis
Install dependencies: npm install
Run development server: npm run watch
Note: Compiled CSS found at public/styles/all.css
JavaScript:
npm run lint
npm run lint:fix
(Automatically fixes linting issues within JS)
Handlebars & SCSS:
npm run beautify
(Does both!)
npm run beautify:scss
npm run beautify:hbs
Copyright (c) 2020 contributors (listed above) and IEEE Student Branch at UC Berkeley. Released under the BSD 3-Clause License.