Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 521 Bytes

Cockroach Poker

Cockroach Poker is a non-gambling social bluffing game (with little to do with traditional poker).

It is for 3-6 players, and games take as little as 15 minutes.

This repo is is a (work-in-progress) web app implementation of it, as a replacement for the card set if you don't have immediate access. (You should buy the physical set, though - it's fun!)

Local development

  1. Install monorepo dependencies (yarn)
  2. Run front-end: yarn dev:client
  3. Run back-end: yarn dev:server