Skip to content

jaydenmuzzin/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlackJack

BlackJack card game clone console application

Overview

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.

License

Please acknowledge the license of this software outlined in the "LICENSE.md" file located in the root of this repository.

Requirements

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.

Using the application

To use the application:

  1. Ensure the active branch of this repository is 'master'
  2. Click the 'Clone or download' dropdown
  3. Click 'Download ZIP'
  4. Download the repo to your chosen destination
  5. Extract the contents of the file to your chosen destination
  6. Navigate to the 'blackjack-master\BlackJack\bin\Release' directory
  7. Launch the 'BlackJack.exe' executable file (The 'BlackJack.exe' executable file can be moved and launched in another location)

Upcoming features

  • Multiple players
  • "Splitting", "Doubling down"and "Insurance" game mechanics
  • Betting game mechanic
  • Additional settings

About

BlackJack card game clone console application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages