Stud Poker is a single hand poker game.
Before playing, use the following demo account to login:
Username: demoaccount
Password: password123
https://stud-poker-client.herokuapp.com/
If you're unfamiliar with how poker works, simply have a look at the landing page's instructions.
In this game the dealer gives you 5 poker cards to make a hand. You can then choose to keep all your cards, or select cards to switch to try to make a new hand.Then the better the hand, the more chips you win!
Stud Poker Server API:
https://github.com/thinkful-ei24/joe-stud-poker-server
- React
- Redux
- Nodejs
- MongoDB
- Mongoose
- Express
- JWT
The following package is also used for the creation of a standard 52-card deck, and the evaluation of hands:
cards: https://www.npmjs.com/package/cards poker ranking: https://www.npmjs.com/package/poker-ranking