-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing broken link and sidebar title
- Loading branch information
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
How to create farming game | ||
=== | ||
=== | ||
|
||
## Welcome to the Ultimate Guide to Building a WAX Game | ||
|
||
Are you ready to unleash your creativity and build a unique resource farming game on the WAX blockchain? Look no further! This comprehensive guide will walk you through every step of the process, from setting up your Atomic Assets toolkit to implementing DAO governance and leaderboards. | ||
|
||
### The Building Blocks of Your WAX Game | ||
|
||
In this series, we'll break down the essential components of a successful resource farming game on WAX. From creating gaming objects like farming items and avatars, to navigating resources and tokens, NFT staking, farming types, and more. | ||
|
||
### Get Ready for a Deep Dive into WAX Game Development | ||
|
||
Over the next several articles, we'll dive into each of these topics in detail. Whether you're a seasoned developer or just starting out, our guide will provide you with the knowledge and tools needed to build a standout resource farming game on WAX. So let's get started! | ||
|
||
|
||
<ul> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part1">How to make a game on WAX. General concepts</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part2">Creating a farmable object or item in AtomicAssets standard</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part3">Farming NFT creation on Atomic Hub</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part4">What are resources and tokens in our game creation process</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part5">NFT Staking</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part6">Types of Farming and farming process</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part7">Creating GUI for WAX game, staking and farming</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part8">Upgrades of game items in WAX games</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part9">Blends of NFTs for WAX games</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part10">Implementing avatars in WAX games</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part11">UI for Blends, upgrades and avatars</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part12">Token and resource swaps</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part13">Token Staking and Voting in games</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part14">Governance in games</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part15">GUI for swaps, staking and governance</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part16">Leaderboards in games</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part17">Quest systems in game</a></li> | ||
<li><a href="/build/tutorials/howto-create_farming_game/Part18">GUI for quests and leaderboards</a></li> | ||
</ul> |