Skip to content

Files

Latest commit

2eccaa2 · · Aug 23, 2025

History

History
72 lines (48 loc) · 2.03 KB

README.md

File metadata and controls

72 lines (48 loc) · 2.03 KB

BlackDuck

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'

Features

  • 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

How to play BlackDuck

  1. Go to https://pypi.org/project/blackduck-game/

  2. once at PyPi, copy the package installation or "pip install blackduck-game"

  3. 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
  4. 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
  5. Use the command blackduck to play the game

  6. Start playing and have fun gambling

Credit

@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.