BlackDuck is a game commonly known as blackjack. I switched all the jacks with ducks (text) and added the most common actions, hitting, standing, doubling down and spliting. The game is made using Python and main game in inclosed in a menu where you can see information, change settings and regroup youer money.
You can play this on your terminal/command prompt that has python 3 and pip installed. You can install the game following the 'How to play BlackDuck'
- Blackjack - A great gambling game
- Advanced Blackjack features - Double down, split
- Scoring based system - Scores score based of how much money won
- ATM system - When running out of money you can go to the atm and withdraw money
- Settings function - Changable options for your preference
- Information section - A space for understand and learn about the game and how to play
- Typewriter - All text is printed out as a typewriter effect
-
once at PyPi, copy the package installation or "pip install blackduck-game"
-
Open Terminal or Command Prompt with python and pip installed. You can check this by using:
python --version
or
python3 --version
and
pip3 --version
or
pip --version
-
Use one of the commands (depending on OS and python type)
pip install blackduck-game
pip3 install blackduck-game
pipx install blackduck-game
python3 -m pip install blackduck-game
-
Use the command
blackduckto play the game -
Start playing and have fun gambling
@QinCai: For helping with the typing function and part of the PyPi packaging process
AI: For creating the split function, helping me understand how some parts of code works, creating code for the PyPi package and creating the replacement for getch.