No description
Find a file
2023-12-27 00:14:24 +01:00
client Fixed crash when player leaves before game start... 2023-12-27 00:14:24 +01:00
.gitignore 🎉 2023-12-26 23:33:11 +01:00
LICENSE 🎉 2023-12-26 23:33:11 +01:00
package-lock.json 🎉 2023-12-26 23:33:11 +01:00
README.md 🎉 2023-12-26 23:33:11 +01:00

Clash of Coins - Graffiti Tutorial

This repository contains source code of Graffiti Tutorial Series. It consists of two main parts - client and server.

Client

Client implements a rendering system which listens to mouse events or events emitted by the server and draws lines on the canvas. It supports variable brush size and color, and also has eraser mode.

  1. Run npm install to install dependencies
  2. Run npm start to launch a dev server
  3. Open http://localhost:8080