keyeh / video-poker

A video poker game in React.js. See it on GitPages =>

Home Page:https://vibraniumforge.github.io/video-poker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a video poker app with React.js.

A 52 card deck is created. The Fisher-Yates algorithm is used to shuffle the deck. The first 5 cards are dealt into a hand. The player uses the "Discard" buttons to select which, if any, cards are kept. That many new cards are drawn. The hand is compared to the pay table. The result is shown to the user.

Playing card images from: https://github.com/hayeah/playing-cards-assets

See it on GitPages: https://vibraniumforge.github.io/video-poker/

About

A video poker game in React.js. See it on GitPages =>

https://vibraniumforge.github.io/video-poker/


Languages

Language:JavaScript 79.8%Language:CSS 13.8%Language:HTML 6.4%