Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.42 KB

README.md

File metadata and controls

31 lines (23 loc) · 2.42 KB

quickwits

Quiplash clone with new features.

Dependencies

  1. Redis
  2. Postgresql

How to run

  1. createdb quickwits
  2. yarn install
  3. yarn watch
  4. yarn dev
  5. Check out localhost:3000/ for the game.
  6. Check out localhost:4000/graphql for back-end graphql tests.

Notes

Currently runs in development mode. To run in prod, enable https cookies in server/src/index.ts and change localhost to the domain name of the sever where it'll be hosted at.

Game Flow

game state dfa

game state example

player state example

Screenshots

create game lobby prompt creation voting