Thanks to visit codestin.com
Credit goes to github.com

Skip to content

khui0/video-poker

Repository files navigation

Video Poker

GitHub package.json version GitHub code size in bytes Website

Web-based video poker game with audio and full hand logic.

How to play

Start by choosing an amount to bet out of your starting $1,000. Once you place your bet, you are dealt five cards and can choose which cards to keep. Click on the cards you'd like to keep and the rest will be discarded. The ones you discard will be redrawn from the deck. The goal is to get the best poker hand you can, and to avoid losing all your money...

Multipliers

Hand Payout
Royal Flush 100x
Straight Flush 50x
Four of a Kind 20x
Full House 10x
Flush 8x
Straight 6x
Three of a Kind 3x
Two Pair 2x
Pair 1x
High Card 0x

Credits

  • Suit icons by Skoll
  • Sound effects from ZapSplat
  • AnimeLive - Best Friend
  • Pix - Alien wolves
  • Pix - Space travel
  • Pix - Poisonous Bite

Development

Install dependencies

npm i

Run dev server

npm run dev

Building

Project will be built to /dist

npm run build