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

Cooperative game completion #8

Closed
3 tasks done
utgarda opened this issue Sep 16, 2022 · 1 comment
Closed
3 tasks done

Cooperative game completion #8

utgarda opened this issue Sep 16, 2022 · 1 comment
Assignees

Comments

@utgarda
Copy link
Member

utgarda commented Sep 16, 2022

in Arbiter.sol:

function finishGame(SignedGameMove calldata signedMove) external
event PlayerResigned(uint256 gameId, address player);
  • log game completion
  • resignation: players can sign game states where their opponent wins
  • win by position: players sign messages like "I make this move and win"
@utgarda utgarda self-assigned this Sep 16, 2022
@utgarda utgarda moved this to In Progress in GameJutsu Sep 16, 2022
utgarda added a commit that referenced this issue Sep 16, 2022
utgarda added a commit that referenced this issue Sep 16, 2022
utgarda added a commit that referenced this issue Sep 16, 2022
utgarda added a commit that referenced this issue Sep 16, 2022
utgarda added a commit that referenced this issue Sep 16, 2022
* #8 Arbiter.sol: finishGame

* #8 Arbiter.sol: resign
@utgarda
Copy link
Member Author

utgarda commented Sep 19, 2022

@utgarda utgarda closed this as completed Sep 19, 2022
Repository owner moved this from In Progress to Done in GameJutsu Sep 19, 2022
@anastasiabusygina anastasiabusygina moved this from Done to Archive in GameJutsu Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Archive
Development

No branches or pull requests

1 participant