fac26 / week5-clientside-dgn

FAC26 | Week 5: Client Side App project
https://week5-clientside-dgn.netlify.app/
0 stars 0 forks source link

FAC26 | Client-Side-App | Blackjack | Dominic, Georgia, Natalia

View site deployed to Netlify

ace_of_spades

Our app recreates the popular card came Blackjack.

Setup

Make sure you have Git and Node (v18) installed

Clone this repo and cd into the directory

Run npm install to install all the dependencies

Run npm run dev to run the app locally


Criteria


Deployment

Rules of the game

The game follows (mostly!) standard Blackjack rules.

♥️ ♠️ ♦️ ♣️

Players attempt to reach a score of 21 — without exceeding it (busting) — before the dealer hits 17.

♥️ ♠️ ♦️ ♣️

The dealer process is automated - the game result will be rendered as soon as you click stick - good luck! 🃏


Code Review Considerations