Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: souravjain540/Basic-Python-Programs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: anvithayerneni/Basic-Python-Programs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 26, 2023

  1. Add files via upload

    anvithayerneni authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    52aecf1 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    anvithayerneni authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c3fa1ec View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    The game starts with you and the dealer receiving two cards each. Your cards are visible, but only one of the dealer's cards is visible (the "upcard").
    Your goal is to have a hand value as close to 21 as possible without going over.
    You can choose to "hit" (take another card) or "stand" (keep your current hand).
    You can continue to hit as many times as you like, but if your hand's total value exceeds 21, you "bust" and lose.
    After you finish your turn, the dealer reveals their second card (the "hole card") and follows a rule where they must hit until their hand value is 17 or higher.
    anvithayerneni authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    ccb8bd2 View commit details
    Browse the repository at this point in the history
  4. Delete EggHunt.py

    anvithayerneni authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    38377c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bf0503 View commit details
    Browse the repository at this point in the history
Loading