A simple blackjack game that allows you to play against a computer who has randomly generated cards. The computer will make a move based on dealer rules in blackjack. -STILL IN DEVELOPMENT-
- A fair, not rigged, version of blackjack that does not require money
- Can play as many times as you want, and your money adjusts accordingly
- Gives users hours of fun!
first copy the code given in the AK.cs file and then paste it into Visual Studios Code or any IDE that supports C#.
#Techniques used to build this program:
- if else statement👨💻
- arrays📃
- for loops🔁
- variable usage
- lists
- while statements
- literally everything else :/(this was a hard program to make and its still in progress)