Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.52 KB

♥️♦️ Blackjack game ♠️♣️

This is a simples game mande in vanilla Js. Where you need get 21 points before de computer but you can't pass this number or you lost the game.

Demo

Play here

Screenshots

Game table
App table game Screenshot
Rules page
Rule page Screenshot

Lessons I Learned

  • Don't complicate what doesn't need to be complicated;
    I tried to find a beautiful deck for to make my life easy, but at the end was a problem.
  • Check the last updated of the API that you want to use, or you may encounter many challenges;
    I spend 2 days doing the things with an API that at the end was not working properly)
  • If you get sick, have a break or it will not work.

Run Locally

Start the server

  Open the index.html file

important links

Documents that helped me

Features

  • Loading page game
    • Button start game
  • Mobile friendly
  • Hide 1 computer card
  • Have more decks in the game
  • Refacture the code