A downloadable game

  • About Hash Dungeon

Hash Dungeon is a Dungeons & Dragons style full-chain game based on Dojo engine, running on Starknet.

Players can take adventures across multiple maps to earn experience points or coins. Experience points can be used to improve various stats, and gold can be used to buy equipment and consumables.

The front-end page is currently under development, you can interact with the game from the command line.


  •  Setup the environment

0. dojoup

1. cd HashDungeon

2. katana --disable-fee

3. sozo migrate --name HashDungeon

4. Fill out the world_address in Scarb.toml


  • How to play

1. sozo execute spawn        // init your account.

2. sozo execute adventure    // Participate in adventures to gain experience points and gold

3. sozo execute  add_attributes --calldata 0         // Add attributes points. 0: strength, 1: dexterity, 2:constitution ...

4. sozo component entity Attributes [Your account_address, 0x...]        // View attribute values. eg. Gold, Points ...

Download

Download
HashDungeon.zip 293 kB

Install instructions

[Setup the environment]

0. dojoup

1. cd HashDungeon

2. katana --disable-fee

3. sozo migrate --name HashDungeon

4. Fill out the world_address in Scarb.toml


[How to play]

1. sozo execute spawn        // init your account.

2. sozo execute adventure    // Participate in adventures to gain experience points and gold

3. sozo execute  add_attributes --calldata 0         // Add attributes points. 0: strength, 1: dexterity, 2:constitution ...

4. sozo component entity Attributes [Your account_address, 0x...]        // View attribute values. eg. Gold, Points ...

Leave a comment

Log in with itch.io to leave a comment.