> For the complete documentation index, see [llms.txt](https://voya-games.gitbook.io/voya-games-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voya-games.gitbook.io/voya-games-litepaper/craft-world/why-craft-world.md).

# Why Craft World?

We chose to start with a resource management game because it allows us to establish a deep and functional game economy effectively. This genre naturally supports the creation of a player owned economy due to its clear resource mechanics.

Craft World draws inspiration from games like Factorio, but our approach focuses on simplicity, accessibility on mobile devices, and strong social elements.

Several reasons make this genre ideal as a starting point:

* It naturally provides an engaging gameplay hook, capturing players' attention right from the start and encouraging long-term engagement.
* The straightforward core gameplay loop simplifies onboarding, ensuring players quickly grasp how the game works. This ease of understanding significantly boosts early retention.
* The resource management genre appeals broadly to a diverse audience, including both dedicated gamers and casual players who might not typically engage with games. Being available across multiple platforms further expands its reach.
* Development costs for resource management games are comparatively low. This allows us to release updates quickly and frequently, enabling us to identify and address issues early based on player feedback.
* Because the game attracts a wide variety of users, player acquisition costs remain lower compared to other gaming genres. This means we can efficiently scale our player base without overspending on marketing.<br>

Crucially, our seamless onboarding process leverages the latest blockchain innovations, allowing players to interact effortlessly with blockchain features without needing prior blockchain knowledge.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://voya-games.gitbook.io/voya-games-litepaper/craft-world/why-craft-world.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
