Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dapplica articles update #179

Merged
merged 7 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions docs/.vitepress/locales/en/components/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,32 @@ export default [
link: '/build/tutorials/',
collapsed: true,
items: [
{
text: 'How to create farming game',
link: '/build/tutorials/howto-create_farming_game/',
collapsed: true,
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: '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'},
{text: 'Creating GUI for WAX game, staking and farming', link:'/build/tutorials/howto-create_farming_game/Part7'},
{text: 'Upgrades of game items in WAX games', link:'/build/tutorials/howto-create_farming_game/Part8'},
{text: 'Blends of NFTs for WAX games', link:'/build/tutorials/howto-create_farming_game/Part9'},
{text: 'Implementing avatars in WAX games', link:'/build/tutorials/howto-create_farming_game/Part10'},
{text: 'UI for Blends, upgrades and avatars', link:'/build/tutorials/howto-create_farming_game/Part11'},
{text: 'Token and resource swaps', link:'/build/tutorials/howto-create_farming_game/Part12'},
{text: 'Token Staking and Voting in games', link:'/build/tutorials/howto-create_farming_game/Part13'},
{text: 'Governance in games', link:'/build/tutorials/howto-create_farming_game/Part14'},
{text: 'GUI for swaps, staking and governance', link:'/build/tutorials/howto-create_farming_game/Part15'},
{text: 'Leaderboards in games', link:'/build/tutorials/howto-create_farming_game/Part16'},
{text: 'Quest systems in game', link:'/build/tutorials/howto-create_farming_game/Part17'},
{text: 'GUI for quests and leaderboards', link:'/build/tutorials/howto-create_farming_game/Part18'}
]
},

{
text: 'Tic-Tac-Toe Game',
link: '/build/tutorials/tic-tac-toe-game/',
Expand All @@ -162,8 +188,8 @@ export default [
],
},
{
text: 'Create/Issue Fungible Tokens',
link: '/build/tutorials/create-issue-token/'
text: 'Create/Issue Fungible Tokens',
link: '/build/tutorials/create-issue-token/'
},
{
text: 'AtomicAssets Guide',
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>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.