diff --git a/docs/.vitepress/locales/en/components/sidebar.ts b/docs/.vitepress/locales/en/components/sidebar.ts index e320b4a..5c5032e 100644 --- a/docs/.vitepress/locales/en/components/sidebar.ts +++ b/docs/.vitepress/locales/en/components/sidebar.ts @@ -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'}, diff --git a/docs/build/tutorials/howto-create_farming_game/index.md b/docs/build/tutorials/howto-create_farming_game/index.md index 9c5386d..3640871 100644 --- a/docs/build/tutorials/howto-create_farming_game/index.md +++ b/docs/build/tutorials/howto-create_farming_game/index.md @@ -1,2 +1,36 @@ How to create farming game -=== \ No newline at end of file +=== + +## 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! + + + \ No newline at end of file