Skip to content

OuroborosSerpentine/blackjack-php

 
 

Repository files navigation

Blackjack-php

Build Status

This is a simple player vs computer Blackjack game. It was created using only OO PHP and basic HTML & CSS. No Laravel. No jQuery. No PhpStorm. No Blackjack experience, either. The inspiration for this project was a recent coding challenge that I participated in.

DEMO

Roadmap

  1. Find a better way to handle running out of cards in the middle of a hand.
  2. Allow the user to decide if an Ace should be valued at a 1 or an 11. Right now, the hand score is calculated automatically to maximize hand value and avoid a bust.
  3. Implement split and double-up features.
  4. Implement betting.
  5. Take over Las Vegas.

About

This is a simple player vs computer Blackjack game. It was created using only OO PHP and basic HTML/CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • CSS 3.2%