Fixes
This commit is contained in:
parent
5311330343
commit
76ce622336
|
@ -6,7 +6,7 @@
|
|||
**Video demo:** https://youtu.be/LpC3dNiW6G8
|
||||
|
||||
## Game Description
|
||||
HiLo is a strategic luck-based card game, designed by Enrique (me!).
|
||||
HiLo is a memory-based luck-based card game, designed by Enrique.
|
||||
|
||||
### Premise
|
||||
The game is simple. In the game, you hold the last drawn card from a classic deck of 52 playing cards. When starting the game, you will receive a card from the deck to be your **Current Card**.
|
||||
|
@ -34,11 +34,11 @@ The game would be too simple if it was just a guessing game, so the player has a
|
|||
- *See The Future*
|
||||
- This power (usable up to 2 times) lets the player view the top 2 cards on the deck. So, the player is able to know with 100% assurance the next two **top cards**.
|
||||
- *Reveal Suit*
|
||||
- This power (usable up to 12 times) reveals the suit of the **top card** (Hearts, Diamonds, Spades, Clubs). This can give the player some more information on the top card, and helps if they have good memory on which numbers have passed from which suits.
|
||||
- This power (usable up to 10 times) reveals the suit of the **top card** (Hearts, Diamonds, Spades, Clubs). This can give the player some more information on the top card, and helps if they have good memory on which numbers have passed from which suits.
|
||||
- *See Remaining*
|
||||
- This power (usable up to 2 times) lets the player view the three cards that follow the top card of the deck. This gives the player information about future cards while still having them rely on their memory.
|
||||
- This power (usable up to 3 times) lets the player view the three cards that follow the top card of the deck. This gives the player information about future cards while still having them rely on their memory.
|
||||
- *Double Down*
|
||||
- This power (usable up to 7 times) doubles the points received from the next "High"/"Low" guess. If the player guesses correctly, they win double the amount of points. However, if the player guesses incorrectly, they lose double the amount of points.
|
||||
- This power (usable up to 3 times) doubles the points received from the next "High"/"Low" guess. If the player guesses correctly, they win double the amount of points. However, if the player guesses incorrectly, they lose double the amount of points.
|
||||
|
||||
## Code Organization
|
||||
The code is organized between three Svelte files:
|
||||
|
|
Loading…
Reference in New Issue
Block a user