Skip to content

✍️ A minimal implementation of real-time Pictionary via websockets

Notifications You must be signed in to change notification settings

braeden/pictionary

Repository files navigation

A minimal browser real-time pictionary game using WebSockets. Generate words, create rooms, customize your brush -- live drawings are transmitted instantly to anyone with the same link.

Images

screenshot

Installation

npm install
npm run dev
npm start

Deployment

gcloud config set project myproject
gcloud app browse
npm deploy

Todo

  • Add webaudio on main web-app
  • Build out a Redis cache to do room managment -- this will actually let us scale horizontally on the main app

About

✍️ A minimal implementation of real-time Pictionary via websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published