Skip to content

An interactive card game with similar rules to Blackjack created with the MERN stack.

Notifications You must be signed in to change notification settings

mycancel/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Currently In Development

(Live Site will be added when I find an alternative to Heroku)

Table Of Contents

Description

This project is a stepping stone in a personal goal to create a card game.

Therefore, using the MERN stack, this blackjack game allows users to have a hand of two cards, to view their cards, and recieve new cards when requested. It follows the rules of blackjack, but it does not include any gambling elements. Rounds can be won by having a hand with a value closest to 21 without going over 21. The dealer also has a hand that impacts the win condition of the user if they are closer to 21.

Visuals

This site is currently in development, so some visuals may be outdated.

Pictures Last Updated: September 26th, 2022

Home Page

First Round

Dealer Win

Player Win

TODO List

Below is a short list of developments that need to be implemented. It is not ordered in chronological order.

  • Win/Loss Condition (including naturals/blackjack)
  • Win/Loss Screen to Reset game
  • Possible CSS animation for cards
  • Extra Styling (and Mobile Styling)
  • Deployment
  • Turning app into Progressive Web Application (PWA)

Acknowledgements

Starter code and file structure in "Initial commit" was created by Anthony Cooper in the UNC Charlotte Coding Bootcamp.