Skip to content

marceluphd/videopoker-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Poker

A "9-6 Jacks or Better" video poker game built using React and Redux. It's free to play!

NPM Version Build Status

How to play

Visit http://keyeh.github.io/videopoker/ to play.

Press the Deal button and select the cards you want to hold. Then press deal again to see if you won.

You automatically bet 5 credits each time. Once you hit zero credits it'll go negative -- there's infinite credits. Or refresh the page to reset to 50 credits.

_For a simple strategy, please refer to the Wizard of Odds page.

Development setup

This project was bootstrapped with Create React App.

Prerequisites

  1. Node.JS
  2. Yarn

Development server

Download the repo or git clone https://github.com/keyeh/videopoker.git and cd into the directory

yarn install
npm run

Open browser to http://localhost:3000/

Release History

  • 0.3.2
    • Flashing Deal button
  • 0.3.1
    • Improve sound playback performance
  • 0.3.0
    • Add responsive styling
  • 0.2.0
    • Add blink effect to a winning hand in the paytable
  • 0.1.0
    • The first proper release
  • 0.0.1
    • Work in progress

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

MIT License

Copyright (c) 2018 Kevin Yeh

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Video Poker game written in ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • CSS 5.5%
  • HTML 2.3%