En ganske enkel blackjack som bruker react/next.js og tailwindCSS.
Grei UI, halveis moderne lett og brule og forstå styling litt inspirert av rainbet/roobet
- Objective: Get a hand closer to 21 than the dealer without going over
- Number cards (2-10) are worth face value
- Face cards (J, Q, K) are worth 10 points
- Ace (A) is worth either 1 or 11
- Dealer must draw to 17 or higher
- Blackjack pays 3:2
Installer dependencies via cmd:
npm install
og run via
npm run dev
åpn i http://localhost:3000