Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.12 KB

StudPoker

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.

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!

API

Stud Poker Server API:

https://github.com/thinkful-ei24/joe-stud-poker-server

Stack

  • 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