BlackJack card game clone console application
This console application is a clone of the popular card game BlackJack, written in C# using the .NET framework.
It is a simulation of the basic form of the game, allowing a player to play against a dealer through "hitting" and "standing", and change settings to enhance their experience.
"Splitting", "Doubling down"and "Insurance" game mechanics will be added in the future.
Please acknowledge the license of this software outlined in the "LICENSE.md" file located in the root of this repository.
To use this application, you just need to follow the steps outlined in the 'Using the application' section below.
However, I have also included the Visual Studio solution file (.sln) in this repository which you can use to view (and modify) the code and its structure more easily. To open this file, you will need to have Microsoft Visual Studio installed on your machine, which you can download here.
To use the application:
- Ensure the active branch of this repository is 'master'
- Click the 'Clone or download' dropdown
- Click 'Download ZIP'
- Download the repo to your chosen destination
- Extract the contents of the file to your chosen destination
- Navigate to the 'blackjack-master\BlackJack\bin\Release' directory
- Launch the 'BlackJack.exe' executable file (The 'BlackJack.exe' executable file can be moved and launched in another location)
- Multiple players
- "Splitting", "Doubling down"and "Insurance" game mechanics
- Betting game mechanic
- Additional settings