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

Feature/detect win #7

Merged
merged 12 commits into from
Nov 9, 2019
Merged

Feature/detect win #7

merged 12 commits into from
Nov 9, 2019

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    7284ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5bfb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3273fec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57fd53f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51128d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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

Commits on Nov 9, 2019

  1. Rewrite dealer to deal in proper order

    Gotta go across, then down to the next level:
    
         1  2  3  4  5  6  7
            8  9 10 11 12 13
              14 15 16 17 18
                 19 20 21 22
                    23 24 25
                       26 27
                          28
    
    starting from the top of the deck (end of the deck vector).
    chrisbouchard committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    7a677b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4815014 View commit details
    Browse the repository at this point in the history
  3. Remove unused use

    chrisbouchard committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    e3640f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da24711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    156aa6f View commit details
    Browse the repository at this point in the history
  6. Remove an unwrap in Game

    Looking up a Stack by AreaId should return an Option, because we don't
    know if that AreaId is in the AreaList (it should be).
    chrisbouchard committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    e10a83a View commit details
    Browse the repository at this point in the history