Skip to content

Kingfrankbob/BlackJackc-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Blackjack Game

Author: Michael Cragun

Introduction

Welcome to the C# Blackjack game, a fun and interactive console application that lets you enjoy the classic card game right from your command line. This project was created in approximately 1.5 hours and was an enjoyable development experience.

How to Run

To play the C# Blackjack game, follow these simple steps:

  1. Clone the Repository: Begin by cloning this repository to your local machine using Git.

    git clone https://github.com/your-username/CSharp-Blackjack.git
  2. Navigate to the Directory: Open your command line or terminal and change your working directory to the cloned project folder.

cd BlackJackc-
  1. Compile and Run: Use the C# compiler to build the project and run the game. You can do this using the following commands:
dotnet build
dotnet run

NOTE: If you are on Windows, you can simply run the Program.exe file.

  1. Play Blackjack: Follow the on-screen instructions to play Blackjack in the console. Have fun and aim for 21!

Rules

This Blackjack game follows the standard rules of the game. You can find the rules for Blackjack here.

Feedback and Contributions

If you have any feedback, suggestions, or want to contribute to this project, please feel free to create issues, fork the repository, and submit pull requests. Your contributions are highly appreciated.

License

This project is open-source and available under the MIT License. Feel free to use and modify it as you see fit.

Enjoy your Blackjack experience in the console!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages