blackjack-test
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v6View latest version
A super simple blackjack game built with vanilla JavaScript and HTML.
- Basic blackjack gameplay
- Hit and Stand actions
- Automatic dealer play
- Win/lose detection
- Simple, clean interface
- Click "Deal" to start a new game
- Click "Hit" to draw another card
- Click "Stand" to end your turn
- Try to get as close to 21 as possible without going over
- Dealer must hit on 16 and stand on 17
├── frontend/
│ ├── index.html # Main game interface
│ ├── script.js # Game logic
│ └── style.css # Styling
└── README.md
