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

20240826 demo panic #14

Closed
wants to merge 18 commits into from
Closed

20240826 demo panic #14

wants to merge 18 commits into from

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    b566b8a View commit details
    Browse the repository at this point in the history
  2. Separate endpoint for player update taking a player id, separate play…

    …er json and iframes, moving stuff around in main and simplifying it in preference to client side code
    prozacchiwawa committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f111105 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. checkpoint

    prozacchiwawa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b0fa644 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    1571243 View commit details
    Browse the repository at this point in the history
  2. Checkpoint after adding messages properly. Despite it being a 'their …

    …turn' handler, the message resulting from it crosses the wire again to the person who originated the move
    prozacchiwawa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c64e1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72fa669 View commit details
    Browse the repository at this point in the history
  4. fmt + clippy

    prozacchiwawa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    695b3e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Can play fully on auto. player.js is probably the worst code i have e…

    …ver written but it is doing something for now
    prozacchiwawa committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    89bde34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fixed non-matching cards in some cases in the demo app. Ultimately ne…

    …ed to fix a few more things and then some of this calpoker driver code can be removed.
    prozacchiwawa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ab3c311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d94b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3ac40e View commit details
    Browse the repository at this point in the history
  4. minus one is a valid outcome, so make a nice enum for alice, bob, tie…

    … outcomes. fix references now that some stuff has moved.
    prozacchiwawa committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c08f137 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8feb6b4 View commit details
    Browse the repository at this point in the history
  2. Merge up

    prozacchiwawa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5d9f28f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    434b09d View commit details
    Browse the repository at this point in the history
  4. fmt

    prozacchiwawa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e2b25d9 View commit details
    Browse the repository at this point in the history
  5. fmt + clippy

    prozacchiwawa committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    65287ca View commit details
    Browse the repository at this point in the history