Loading repository data…
Loading repository data…
erikgurzau / repository
This is a console-based implementation of the popular casino game Blackjack with an improved CLI graphics system.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a console-based implementation of the popular casino game Blackjack with an improved CLI graphics system.
You will need to have Java 8+ installed on your computer to run this game.
Main.java file by running the command javac Main.java in the terminal.java Main in the terminal.When you start the game the following menu appears on the home screen
Type a number in the menu to continue
After choosing, you will be asked the name (only 1 time) and bet for the game. The bet may not exceed your money or the maximum allowed by the game (500), same thing for the minimum bet (2).
From the shuffled deck, the dealear deals the player two cards and finally takes only one card, European style. Once the distribution is over, the player chooses whether to draw another card (+) or stop (-).
Once the player has decided to stop, it is up to the dealer to draw, the latter does not stop until he has drawn or passed the player.
At the end of the game there are three possibilities:
If you have any feedback, please reach out to us at gurzau10@gmail.com