Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
Author name
Author: FrankZ
About your game
**What is your game about? It's a casino with 4 games in one. It includes blackjack (draw cards without going over 21), roulette betting on the result of a spinning wheel), slots, and bingo (trying to get 5 in a row on a card from random numbers). **
How do you play your game? Most of the time you can use WASD for cursor movement and J for selecting. In certain cases, I can redo a bet, K can go home, and L can shortcut for confirm.
For blackjack, you set a bet with W and S then hit J to hit, receiving cards. You can hit for more cards or stand with L to let the dealer go. If you go over 21 or the dealer gets a higher number than you under 21, then you lose.
For roulette, you choose an outcome for the wheel by clicking J on it. These include a specific number, red or black, even or odd, or thirds. You can then set a bet amount by selecting chips with J and spin the wheel to see if you've won.
For slots, with J you select a bet of 1, 2, or 3 money and spin to randomize the 3 slots. The payouts are detailed on a selectable help menu.
For bingo, you pay 100 to play and roll numbers balls with L, selecting a corresponding number on your card with J until you get 5 matches in a row. You get payed based on the number of balls used.
You can return to the home by selecting the home button on any of the games.
Code
Check off the items that are true.
/games
directory.-
s, or_
s.Image (If an image is used)
/games/img
directory.