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

20241116 game regress #45

Draft
wants to merge 4 commits into
base: 20241007-potato-go-on-chain
Choose a base branch
from

Commits on Nov 17, 2024

  1. Connect game regression, start getting games into shape. Wire in game…

    … coin spend downstream from potato_handler. We'll need to register the game related coins so we can route spends to channel handler to pass on to the game. We have an action cache in channel handler that remembers what move to pile into a good faith unroll, and we'll have to return that from ChannelHandler::set_state_for_coins in addition to the rest.
    prozacchiwawa committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9286451 View commit details
    Browse the repository at this point in the history
  2. WIP

    prozacchiwawa committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3fa3218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5046a06 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Move loop closed. We're trying to spend a game coin. Currently ends i…

    …n generator runtime error.
    prozacchiwawa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6b218d1 View commit details
    Browse the repository at this point in the history