Skip to content

A C# Blackjack game for A Level Computing, featuring no repeated cards, real-time score display, and basic Ace value handling.

License

Notifications You must be signed in to change notification settings

HarryFoster1812/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Working blackjack game written in C#, made during computer science as an introduction to A level computing

No cards are repeated shows both the dealers and the player score at any given time

The ace starts at 11 and then goes down 1. There is a small bug that if two aces are on the table it will keep -10 from the score so that is something to watch out for

You will need to edit the path in the code to allow it to run properly.

About

A C# Blackjack game for A Level Computing, featuring no repeated cards, real-time score display, and basic Ace value handling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages