Home View

Project information

Blackjack & War

A script that runs 2 card games, Blackjack and War.

Blackjack is a simplified version of the original game. Not including some of the more advanced features the game can support. However it does include the ability to split and double down.

War is a unquie approach to a childhood favorite with similar concepts to Blackjack. Allowing the player to bet on the outcome of the card matchup. Then rewarding the user with a bonus should the overall matchup be in their favor.

Both games demonstrate the ability to use classes and objects to create a more dynamic and interactive experience. As well as the ability to use a variety of data structures to store and manipulate data.