Welcome to Flatiron Casino, where you can practice playing Blackjack or Poker!
Try it out! - https://casino-frontend.herokuapp.com/
OS X & Linux:
- Front end
npm install
- Back end
bundle install
- Log In with a new/old Username/Password
- Choose the game you would like to play (Roulette is currently not available)
- For poker, you are dealt 5 cards, pick the cards you want to keep and replace the others! The bigger your hand is, the more points you win back!
- For blackjack, you can play against the dealer and try to get a better hand without going over 21. There is an optional card counter and basic strategy card to help you improve your game!
Don't forget to place your bets to win more points and climb the leaderboard!
- React/Redux in Front end
- Ruby on Rails in Back end
https://github.com/Kenny-Hom27/github-link
- 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