A multiplayer, real-time game inspired by the timeless classic, Pictionary.
PictureThis was created by Daniel Fry, Ricardo Rivera-Chavez, and Gaute Rongve using Svelte and Socket.IO. The basis of the game revolves around a drawable area on the screen built on an HTML canvas.
To get up and running follow these steps
npm install
in the client and socket server files of the project. npm run dev
npm start