DEV Community

Cover image for Blackjack Anyone?
Heidi Fryzell
Heidi Fryzell

Posted on

Blackjack Anyone?

I am trying out the Scrimba learning platform to practice my skills. I really enjoy the interface where you can stop the tutorial and code right on the same screen. Brilliant!

I am working may way through the Front End Developer career path because I want to solidify what I know and have it become more muscle memory and less Googling.

Here is a WIP Blackjack Game. I am coding it outside of the Scrimba platform so I can push it to GitHub and share with the world.

Top comments (1)

Collapse
 
brandonwallace profile image
brandon_wallace

Nice project!

Suggestions:

  • You can add a way to place a bet.
  • The amount you win should be saved for the next game.
  • You should show one of the dealer's cards.
  • How about showing images of the cards?