Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 862 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 862 Bytes

Doodle Duel Logo

Doodle Duel

Online multiplayer draw and guess game.

https://doodle.craigsmith.dev

Features

  • Public and private lobbies
  • Lobby invitation via link
  • Unlimited players per lobby
  • Touchscreen support (recommended)
  • Live drawing canvas
  • Live updating lobby list

Stack

Local Deployment

Frontend

  1. cd frontend
  2. npm run dev

Backend

  1. cd backend
  2. Create .env file with SQL database credentials (DB_HOST, DB_USER, DB_PASSWORD, DB_DATABASE)
  3. node app.js