This is a variant the card game, Black Jack. It was made during js13kGames 2020. The original entry can be found here https://js13kgames.com/entries/black-jack-404

There are a total of 40 cards in the deck, with values from 1 to 10. There are four of each value.

Roughly half of the cards in the deck are 404-cards, and we do not know the values behind them. Once we decide to hold our hand, the cards are revealed.

Each player gets a starting hand with two cards each.

We need to bet once before we can hit (get) extra cards. It is possible to double your bet at any time. The reward is 150% of what you bet. Bet 10 chips and the reward is 15 chips.

The goal is to score score higher than the dealer, but not score more than 21. If you both have the same score, it is a draw, and you get your chips back.

The same deck is always used, but gets reshuffled when there are fewer than 10 cards left.

Coil Subscribers can enjoy the following:
* Select a custom card back
* Receive bonus chips while playing. The bet zone will fill up while playing, and once filled, the player receives 10 chips. Categories: desktop, mobile, web monetization

Comments

Log in with itch.io to leave a comment.

(+1)

nice game :D