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.
- HTML/CSS
- JavaScript
- Arrays
- Objects- linuxpip.org How to change image size in Markdown
- Booleans
- If/else statements
- Comparison operators
- Logical operators
- For loops
- The Math object
- Return statements
-
linuxpip.org How to change image size in Markdown
-
Simple Icons Markdown Images
-
GitHub - hackergrrl art-of-readme
-
GitHub - David Anson markdownlint
- 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
Poker game application created as part of the JavaScript class with Scrimba