A fork of the mdp/JsPoker project that crudely hacks together an interactive version of the game.
git clone
npm install
node play/npm start
navigate to localhost:3000
Hopefully the game is self-explanatory from that point.
I've made sweeping changes throughout the different modules to achieve this goal, so I've compiled JSPoker into a single repository and made my changes on top of it.
You can look at the history to get an idea of what I did, feel free to fork/improve/experiment with it.
- Blinds double incorrectly, see commit message
JSPoker, and related projects (MachinePoker, Binions, Hoyle)
Poker.JS for displaying cards as images