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
- Install the dependencies by running
npm install
in the client and socket server files of the project. - Start the web client with
npm run dev
- Start the server with
npm start