You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a Loot Survivor tutorial mode to play with instructions.
Description
This feature will allow players to be taken through a predetermined game with specific instructions on different actions to take. Alongside mainnet and testnet it is an option for a new player to learn the game mechanics and have help without being burdened by the learning curve and reading documentation.
Scope of Work
Contract: Create a fork of the contract that uses adventurer_id % n and xp as the only way of deriving the outcomes. n is the number of unique game paths to prepare the tutorial for (the more the better). Deploy on katana so that users have the best experience.
Calculate Outcomes: Calculate the best strategies for these n paths to be used in the tutorial.
UI: Prepare the components for providing the instructions on top of the current client. Combine the calculated outcomes to trigger these components in a user friendly way. Include showing the user how to prepare for these outcomes with prescience.
Testing: Write unit and integration tests to ensure the entropy logic is working as expected.
Documentation: Update the documentation to include instructions on using the new feature.
Timeline:
Estimated time: 3 weeks
Suggested Payment
Total payment: $5000
The text was updated successfully, but these errors were encountered:
Feature Proposal: Game Tutorial
Summary
Implement a Loot Survivor tutorial mode to play with instructions.
Description
This feature will allow players to be taken through a predetermined game with specific instructions on different actions to take. Alongside mainnet and testnet it is an option for a new player to learn the game mechanics and have help without being burdened by the learning curve and reading documentation.
Scope of Work
Contract: Create a fork of the contract that uses adventurer_id % n and xp as the only way of deriving the outcomes. n is the number of unique game paths to prepare the tutorial for (the more the better). Deploy on katana so that users have the best experience.
Calculate Outcomes: Calculate the best strategies for these n paths to be used in the tutorial.
UI: Prepare the components for providing the instructions on top of the current client. Combine the calculated outcomes to trigger these components in a user friendly way. Include showing the user how to prepare for these outcomes with prescience.
Testing: Write unit and integration tests to ensure the entropy logic is working as expected.
Documentation: Update the documentation to include instructions on using the new feature.
Timeline:
Suggested Payment
The text was updated successfully, but these errors were encountered: