mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Add handbook pages and update sidebar
This commit is contained in:
6
docs/handbook/achievements.mdx
Normal file
6
docs/handbook/achievements.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 🎖 Achievements
|
||||
---
|
||||
|
||||
|
||||
#### *TODO*
|
||||
19
docs/handbook/play.mdx
Normal file
19
docs/handbook/play.mdx
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: 🕹 Let's Play
|
||||
---
|
||||
|
||||
|
||||
## *Don't be an NPC, join the fight!*
|
||||
|
||||
#### 🧠 Understand the [The Pillar Articles](/docs/manifesto/pillar-articles)
|
||||
#### 🧵 Strategize on the [Forums](https://forum.metagame.wtf/)
|
||||
#### 💬 Play with us on [Discord](https://discord.gg/VYZPBnx)
|
||||
#### 💸 Fund us on [GitCoin](http://gitcoin.co/grants/213/metagame)
|
||||
#### 🐦 Shill with us on [Twitter](https://twitter.com/MetaFam)
|
||||
#### 🌌 Navigate the [Interspace](https://interspace.metagame.wtf)
|
||||
#### 📧 Stay updated with our [newsletter](https://metagame.substack.com/)
|
||||
#### 🦠 Merge with us on [GitHub](https://github.com/MetaFam)
|
||||
#### 🦅 Govern with us on [Aragon](https://mainnet.aragon.org/#/metagame/0xac7567866c25fcc4c547619007362183b5c0ad8d)
|
||||
|
||||
|
||||
|
||||
6
docs/handbook/quests.mdx
Normal file
6
docs/handbook/quests.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: ⚔️ Quests
|
||||
---
|
||||
|
||||
|
||||
#### *TODO*
|
||||
6
docs/handbook/roles.mdx
Normal file
6
docs/handbook/roles.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 👾 Character Classes & Roles
|
||||
---
|
||||
|
||||
|
||||
#### *TODO*
|
||||
6
docs/handbook/seed-market.mdx
Normal file
6
docs/handbook/seed-market.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 🌱 SEED Market
|
||||
---
|
||||
|
||||
|
||||
#### *TODO*
|
||||
6
docs/handbook/shilling.mdx
Normal file
6
docs/handbook/shilling.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 📣 Shilling
|
||||
---
|
||||
|
||||
|
||||
#### *TODO*
|
||||
6
docs/handbook/xp.mdx
Normal file
6
docs/handbook/xp.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 🧬 XP System
|
||||
---
|
||||
|
||||
|
||||
#### *TODO*
|
||||
34
docs/introduction.mdx
Normal file
34
docs/introduction.mdx
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: 🐙 Introduction
|
||||
---
|
||||
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
MetaGame is an open-source framework for autonomous humans and decentralized organizations, to coordinate in creation and exchange of value with the least friction and most fun possible.
|
||||
|
||||
Or more simply: a sweet spot between a social network, a freelancing platform & a role playing game.
|
||||
|
||||
### *A Game To Change The Game*
|
||||
|
||||
MetaGame is the idea we can build a new world atop of the old one, a more collaborative, transparent & fun world, a world in which self interest of all players is better aligned with the common good. A world unrestricted by physical boundaries.
|
||||
|
||||
|
||||
### *A Real-Life MMORPG*
|
||||
|
||||
Progressing and grinding through video games is way more fun than progressing and grinding through life.
|
||||
Game designers have figured out how to hack the human brain's reward system to keep us hooked and motivated to progress through the game.
|
||||
|
||||
Real life is also like a game, and with [Ethereum], we now have the ability to add RPG game mechanics to real life to build a more intuitive and fun socioeconomic system than the one we have right now.
|
||||
|
||||
### *An Operating System For A Remote World*
|
||||
The vision for MetaGame 1.0 is to be the *“virtual Silicon Valley”* connecting all the fragmented pieces of Web3 and the people building them together, measuring and gamifying value creation (powered by [SourceCred]). This will be the main funnel for onboarding people into Web3 / The MetaVerse. Leaderboards, achievements, quests, and everything else we need to make it fun, engaging and rewarding. The whole thing being “noob friendly” and easy to use as any modern app/game.
|
||||
|
||||
[SourceCred]: https://sourcecred.io
|
||||
[Ethereum]: https://ethereum.org
|
||||
|
||||
<img width="420" alt="Unite The Game" src={useBaseUrl('assets/unite-meme.png')} />
|
||||
|
||||
|
||||
:::note
|
||||
Every element of MetaGame, including this wiki, is a debatable and an ever-evolving community effort.
|
||||
:::
|
||||
12
sidebars.js
12
sidebars.js
@@ -1,11 +1,21 @@
|
||||
module.exports = {
|
||||
someSidebar: {
|
||||
"📕 Handbook": ["introduction"],
|
||||
"📕 Handbook": [
|
||||
"introduction",
|
||||
"handbook/play",
|
||||
"handbook/quests",
|
||||
"handbook/xp",
|
||||
"handbook/seed-market",
|
||||
"handbook/roles",
|
||||
"handbook/achievements",
|
||||
"handbook/shilling"
|
||||
],
|
||||
"📜 Manifesto": [
|
||||
"manifesto/pillar-articles",
|
||||
"manifesto/metafam-way",
|
||||
"manifesto/founders"
|
||||
],
|
||||
"🗺 Roadmap": ["roadmap/phases", "roadmap/alignment2021"],
|
||||
"🌳 Resources": ["resources/graphics", "resources/art", "resources/memes"],
|
||||
"About The Wiki": ["style-guide", "mdx"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user