Skip to content

[GAME SUGGESTION] : Blackjack CLI Game #89

Description

@thomasdmg

Hi,

I’d like to suggest adding a second mini-game to the project: a Blackjack game, playable entirely from the terminal, using fake money just for fun.

Goal

Allow users to play Blackjack directly in their terminal with a simple, engaging interface based on strategy and luck.

Expected Features:

  • CLI-based gameplay with clear display of cards and scores

  • Fake money system with a starting balance (e.g., $100)

  • Ability to place a bet before each round

  • Available actions:
    - Hit (draw a card)
    - Stand (keep current hand)
    - Double (double the bet and draw one final card)
    - Split (optional, depending on complexity)

  • Dealer logic (draws until reaching 17, etc.)

  • Automatic score calculation and win/loss handling

  • Replayable: user can start a new game or reset their balance

Suggested Structure:

New folder: BlackjackCLI/

No external dependencies – pure Python implementation

Thanks for considering! I am available to work on it ^^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions