- On the right side, click on Releases.
- Download the latest release
.exefile. - Press
Win + R. - Type
powershell.exeand hit enter. - Type
cd ~/Downloadsor wherever you downloaded the file to. - Type
./blackjackand hit enter.
- On the right side, click on Releases.
- Download the latest release binary.
- Open a terminal emulator and navigate to the downloaded file's directory.
- Run the binary:
./blackjack.
- Open a command prompt and navigate to some temporary folder.
- Clone this repository:
git clone https://github.com/BioTomateDE/rust-blackjack. - Navigate into the cloned repository:
cd ./rust-blackjack. - Install Cargo if you haven't already.
- Build the program:
cargo b -r. - The binary will be located in
./target/release/blackjack. - Run the built program.
You can set the BJ_SLEEP environment variable to disabled
if you want to disable the sleeps between actions.
This is also achievable by running the binary with
the nosleep flag (literally just ./blackjack nosleep).
For betting amount inputs, you can input one of the following:
- a number of dollars.
allto bet all of your money.halfto bet half of your money (rounded down if not even).idkto choose a random amount of money (more gambling per gambling 🤑).