Skip to content

kohumukini/blackjack-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Game

Web-based Blackjack game with hit/stand logic. Basic rules of blackjack apply.

Highlights

  • Ace functionality: Aces automatically count as 1 or 11
  • Dealer Standard: Hits on 16, stands on 17
  • Responsive UI
  • Built in rulebook (accessible via question mark icon)

Overview

Built with HTML, CSS, and JavaScript

Running it

Open index.html in any browser and start playing.

What I Learned

  • Game state management and logic through JavaScript
  • Implementig rules with edge cases
  • Building responsive layouts with CSS

Future Improvements

  • Add split functionality for pairs
  • Complete rulebook
  • Add betting system
  • Minor UI and bug fixes

About

Class project using HTML, JS, and CSS to create a blackjack web game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors