Dungeon: Rust implementation
Related issue: #19 (closed)
This MR include the implementation of:
- The set up for using the
tezos-smart-rollupand initial commit of dungeon-game POC
Add actors of the game:
- Item
- Player
- Map
- Floor
- Wall
- Add state
- Add storage
- Add inventory
- Add marketplace
- Add connect to wallet - player address
Add actions of the game:
- Drop
- Pick up
- Buy
- Sell
- Connect wallet
Edited by lykimquyen