Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust port of 10_Blackjack #596

Merged
merged 15 commits into from
Mar 3, 2022
Merged

Rust port of 10_Blackjack #596

merged 15 commits into from
Mar 3, 2022

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    c49283c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842c85f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bb0c3d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    8865fcd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. todo list

    AnthonyMichaelTDM committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    383ca2c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. rust port of blackjack (missing features)

    todo list:
     * allow splitting
     * keep track of player bets
     * allow doubling down
    AnthonyMichaelTDM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    0ca97ea View commit details
    Browse the repository at this point in the history
  2. readme's added

    AnthonyMichaelTDM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1a353c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277f836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa9bb6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c289c6f View commit details
    Browse the repository at this point in the history
  6. update instructions

    AnthonyMichaelTDM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    be2d8ea View commit details
    Browse the repository at this point in the history
  7. bug fix

    AnthonyMichaelTDM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    41d5fbf View commit details
    Browse the repository at this point in the history
  8. bug fix

    dealer wasn't playing because of a logic error, fixed
    AnthonyMichaelTDM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4388202 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    5b77199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf0dd2 View commit details
    Browse the repository at this point in the history