Skip to content

penavincent/joe-stud-poker-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • CSS 16.4%
  • HTML 2.0%