Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.04 KB

README_APTOS.md

File metadata and controls

54 lines (30 loc) · 1.04 KB

Movecraft

Decentralized Game Craft Protocol written in Move language.

Deck:

deck

Introduction Video:

video

Homepage:

https://move-game-kit.rootmud.xyz

dApp:

https://craft.rootmud.xyz

Motivation by:

https://github.com/movefuns/movecraft

Motivation

Try to simulate the block and crafting system in Minecraft through NFT, and show the combinability of Move NFT.

How to play

Minting

Minting according to:

https://explorer.aptoslabs.com/account/0xe00f5b874bb0dad513decff803bd934c5881caeb541414bc5a894166f8410dee/modules/run/block/mint?network=randomnet

Crafting

The Movecraft Protocol only provide the function of stack and burn, the games based on protocol could design the recipe rules by themselves!

Roadmap

  • Implement Block NFT
  • Implement Minting.
  • Implement Crafting and Recipe.
  • Implement a simple Web interface.
  • Implement Capy Game Example.
  • Implement Tools.
  • Implement the Market.

Community