/gridlock

A realtime multiplayer drawing game

Primary LanguageJavaScript

GridLock

A real-time multiplayer tile drawing game implemented with WebSockets.

GridLock Screenshot

Running Locally

# Install dependencies
npm install

# Run app at localhost:8000
npm start