A "9-6 Jacks or Better" video poker game built using React and Redux. It's free 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.
This project was bootstrapped with Create React App.
- Node.JS
- Yarn
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/
- 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
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
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.