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

feat(examples): a shifumi (rock, paper, scissors) smart contract #2629

Merged
merged 7 commits into from
Aug 30, 2024

Commits on Jul 25, 2024

  1. feat(examples): a shifumi (rock, paper, scissors) smart contract

    A very simple game as a smart contract. It's possible to play
    against yourself, or another opponent. UI could be improved.
    
    No provision against cheating, no gain or automatic action.
    
    Related to gnolang#611.
    mvertes committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9093fca View commit details
    Browse the repository at this point in the history
  2. fix formatting

    mvertes committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e531a2f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    947cc6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    560f9ae View commit details
    Browse the repository at this point in the history
  3. fix lint

    mvertes committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    45d0685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc8f67e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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