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

[programmability MVP][umbrella] end-to-end demo of "heroes of blockchain and magic" game #14

Closed
sblackshear opened this issue Dec 2, 2021 · 1 comment
Labels
Milestone

Comments

@sblackshear
Copy link
Collaborator

This is an umbrella task for the developer experience MVP that we are building towards (see #4 (comment) for the genesis of this goal):

"Heros of Blockchain and Magic" concept: You make a hero with a sword (onchain), and log in the game server (offchain) proving you own this hero. The game server does a read about the version of your hero to make sure you do not double-play. Then you explore around the map, and find boars and potions of different strength. Once the user chooses (in the UI) to interact with a a portion or boar on-chain, the game server will send the object to the user, triggering an event for the user indicating what sort of object has been received. The user's wallet will then craft a signed transaction that drinks the potion or slays the boar. The wallet should do this automatically upon getting the event--the user already gave consent via the interaction in the UI. After the user signals an intent to fight the boar in the UI, they can continue to walk around in the game UI finding more potions/boars while the transactions to send the boar/fight it get created and committed in the background.

At a high level, what we want is to build out everything required for a game player and game studio to interact with this blockchain game running on fastNFT network backed by 1 to N nodes.

@sblackshear sblackshear changed the title [devex MVP] end-to-end demo of "heroes of blockchain and magic" game [umbrella][devex MVP] end-to-end demo of "heroes of blockchain and magic" game Dec 2, 2021
@sblackshear sblackshear changed the title [umbrella][devex MVP] end-to-end demo of "heroes of blockchain and magic" game [programmability MVP][umbrella] end-to-end demo of "heroes of blockchain and magic" game Dec 2, 2021
@lxfind lxfind added this to the Milestone 3 milestone Jan 21, 2022
@sblackshear sblackshear modified the milestones: Milestone 3, GDC Jan 25, 2022
@bholc646 bholc646 removed this from the GDC milestone Apr 6, 2022
@gdanezis
Copy link
Collaborator

i think this is now done?

@gdanezis gdanezis added this to the DevNet milestone Apr 19, 2022
@gdanezis gdanezis added the move label Apr 19, 2022
brson pushed a commit to brson/sui that referenced this issue Apr 30, 2024
* 032424-failure-loop: ini

* 032424-failure-loop: fix_bb_terminator

* 032424-failure-loop: fix in sbc::Bytecode::Label

* 032424-failure-loop: add failure-tests

* 032424-failure-loop: fix_bb_terminators and fix_terminator_in_prev_bb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants