Skip to content

Repository files navigation

ConsoleBlackJack

Run C# Program

This is a console-based Blackjack game written in C#. Click the badge above to see the latest build and execution status.

How to Run

Option 1: Clone the Repository and Open in an IDE (Recommended)

  1. Clone the repository using Git:
    git clone https://github.com/ABergli/ConsoleBlackJack.git
  2. Open the project in Visual Studio (or another C# IDE like JetBrains Rider).
  3. Build and run the project by clicking Start (▶️) in your IDE.

Option 2: Run Using the Provided Script

You can also use the provided script to build and run the project automatically:

  1. Make sure you have the .NET SDK installed on your machine.
  2. On Windows, navigate to the project folder in File Explorer and double-click run.bat to run the game.

Option 3: Using the Command Line (Without IDE)

  1. If you don't want to use an IDE, you can run the project directly using the .NET CLI. First, make sure you have the .NET SDK installed:

    dotnet --version
  2. If .NET SDK is installed, navigate to the project folder in the terminal/command prompt:

    cd ConsoleBlackJack
  3. Build and run the project using the following command:

    dotnet run

How to Play

Wikipedia rules

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages