Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack CLI

Usage Guide (Windows)

  1. On the right side, click on Releases.
  2. Download the latest release .exe file.
  3. Press Win + R.
  4. Type powershell.exe and hit enter.
  5. Type cd ~/Downloads or wherever you downloaded the file to.
  6. Type ./blackjack and hit enter.

Usage Guide (Linux)

  1. On the right side, click on Releases.
  2. Download the latest release binary.
  3. Open a terminal emulator and navigate to the downloaded file's directory.
  4. Run the binary: ./blackjack.

How to download (other platforms)

  1. Open a command prompt and navigate to some temporary folder.
  2. Clone this repository: git clone https://github.com/BioTomateDE/BlackjackCLI.
  3. Navigate into the cloned repository: cd ./BlackjackCLI.
  4. Install the Rust toolchain.
  5. Build the program: cargo b -r.
  6. The binary will be located in ./target/release/blackjack.
  7. Run the built program.

Options

You can supply the nosleep flag via the command-line to disable all sleeping (run with ./blackjack nosleep).

For betting amount inputs, you can input one of the following:

  • a number of dollars.
  • all to bet all of your money.
  • half to bet half of your money (rounded down if not even).

About

A simple command-line application written in Rust to play Blackjack.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages