Skip to content

zothsu/blackjackGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Game - Maintenance

Simple web-app Blackjack game written in JavaScript. This project is no longer maintained as of 2023.

The Blackjack Application generates random cards as requested by user. After user reaches "Blackjack" or 21, no more cards can be drawn.

Project completed as part of Scrimba's Learn JavaScript for free course.


Technologies Used

Ubuntu Visual Studio Code

Languages / Practiced Concepts

  • HTML/CSS
  • JavaScript

Resources


To-do

  • Have 'start game' Button change to "restart game" after being clicked
  • Create function to allow for a win-senario by adding in dealers hand and a "win" display
  • Adjust CSS styling to allow for a more blackjack table-like experience
  • Correct formatting of citation for hackergrrl in resource above

License

MIT license

Poker game application created as part of the JavaScript class with Scrimba