Skip to content

borisgrd/naphthalene.github.io

 
 

Repository files navigation

Chromecast Poker

Poker, over the air!

This is a chromecast application to play a game of poker with your friends on your TV. Each player has a laptop or Android app (maybe iOS in the future) that shows their hand and allows interaction. The game: including the pot, flipped cards and player scores are shown on the TV.

Running locally

Requirements

node.js/npm

Steps

Install node/npm
npm install
bower install
sudo npm install -g grunt grunt-cli
grunt watch                # will update the client page html
python -m SimpleHTTPServer # host that sheet

Rules & resources

http://www.wsop.com/poker-games/texas-holdem/

http://www.wsop.com/poker-games/texas-holdem/rules/

http://www.casinoanswers.com/online-poker/poker-tournaments/chips-cover-small-blind.php

About

naphthalene site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 64.5%
  • HTML 17.7%
  • CSS 11.3%
  • JavaScript 6.5%