aaronkyl / akw-blackjack

Blackjack game built with jQuery

Home Page:http://blackjack.aaronkwilkinson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blackjack

Trello Board

Things I learned in this project

  • This was my first fully frontend application and introduced me to jQuery
  • Expanded my comfort with CSS and flexbox

Issues faced during this project

  • Getting comfortable with flexbox and understanding how to position things exactly where I wanted them
  • Figuring out the logic to ensure the game would end whenever any of the possible win scnearios were met
    • This was an issue with when the dealer and player would each have hands that could win and determining how the dealer should proceed

Unresolved project items

  • The "How to Play" section is empty
  • I want to ensure the win logic is actually correct for all potential conditions
  • Want to allow users the option to choose deck style
  • Add betting mechanic?

About

Blackjack game built with jQuery

http://blackjack.aaronkwilkinson.com


Languages

Language:CSS 39.7%Language:JavaScript 36.9%Language:HTML 23.4%