Skip to content

Commit

Permalink
fixing broken link and sidebar title
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeden committed Sep 3, 2024
1 parent a347929 commit c2d93ae
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/locales/en/components/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default [
items: [
{text: 'How to make a game on WAX. General concepts', link: '/build/tutorials/howto-create_farming_game/Part1'},
{text: 'Creating a farmable object or item in AtomicAssets standard', link: '/build/tutorials/howto-create_farming_game/Part2'},
{text: 'arming NFT creation on Atomic Hub', link:'/build/tutorials/howto-create_farming_game/Part3'},
{text: 'Farming NFT creation on Atomic Hub', link:'/build/tutorials/howto-create_farming_game/Part3'},
{text: 'What are resources and tokens in our game creation process', link:'/build/tutorials/howto-create_farming_game/Part4'},
{text: 'NFT Staking', link:'/build/tutorials/howto-create_farming_game/Part5'},
{text: 'Types of Farming and farming process', link:'/build/tutorials/howto-create_farming_game/Part6'},
Expand Down
36 changes: 35 additions & 1 deletion docs/build/tutorials/howto-create_farming_game/index.md
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>

0 comments on commit c2d93ae

Please sign in to comment.