Skip to content

IliasDeros/virtual-chips

Repository files navigation

Only Chips CircleCI

No chips? No problem.

This web application connects you and your friends through a realtime firebase database so you can play poker, in real life, when you only have a pack of cards.

Features

  • Connect to a private table and see player actions in real-time
  • Invite players to your table, or join an existing one (#28)
  • Customize your name and avatar (#29)

only chips

How It Works

  1. When you load a table, you start polling data from Firebase
  2. Any time the data is updated, compare the table state to what it should be, according to:
    • Current round
    • Current Turn (Pre-Flop, flop, river...)
    • Player States (Idle/Bet/Checked + total bet)
  3. Update table state according to #2, or with user input (Bet, Fold...)

Contributing

See CONTRIBUTING.md for documentation on architecture, testing & deploying.

TLDR: Here's how to run the app locally, using yarn:

git clone [email protected]:IliasDeros/virtual-chips.git
yarn && yarn start # or ./start.sh
# Visit app at http://localhost:1234/

About

Play poker with only a pack of cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published