Skip to content

My implementation of game "blackjack". Build in ReactJs and Typescript, tests are covering most of functionalities.

License

Notifications You must be signed in to change notification settings

bartoszmrosek/Blackjack-Game

Repository files navigation

Blackjack game

My implementation of game "blackjack". The purpose is to get to 21 in as little cards as possible while not going over. This can be done by joining to multiple seat with proper bets, game defaults on 1000 €. After joing player can start game with proper button on top. There would appear 3 options (1 might not be enabled if funds are scarce enough) that manipulates given seat cards. After all players makes their decisions game uses presenter to give cards to compare to, on this game decides if user won/lost or got blackjack.

Built using

  • Typescript
  • ReactJs
  • Redux
  • Vite
  • Vitest

Styled using CSS3 Modules

Tests coverage is around 97.5%, all of key features are covered