I have a projekt where I need to improve my skills with javaScript. So I need to do a BlackJack game on HTML and JS, and have some basics functions.
- V0.1: Create variables and some basic functions. [✔️]
- V0.2: Introduce some visual to my game and Check for endgame. [✔️]
- V0.3: Improve player experience and do the game more fluid. [✔️]
- V0.4: Improve style and make fun to play.[ ]
- Press New Game to start a new game.
- Press Hit if you want one more card.
- Press Stay if you wants to stay with your cards.
- [v0.1] https://github.com/Cabuxito/BlackJack
- [v0.2] https://github.com/Cabuxito/BlackJack
- [v0.3] https://github.com/Cabuxito/BlackJack
- [v0.4] https://github.com/Cabuxito/BlackJack - current version
Github - Here is my program and what it happens in every update.
v0.1: I did create all variables and functions like createDeck, Shuffle, etc..
v0.2: In this version I did make some improvements and add HTML to my game.
v0.3: In the current version the game is functional but have some bugs..
v0.4: I improve style and add a picture some title.
- Fix Style
- Fix Hit Button
- Add Split and Double
- Try to add more players