> For the complete documentation index, see [llms.txt](https://whitepaper.3dcity.life/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.3dcity.life/3.-concept-and-gameplay-of-3d-city-metaverse/3.3-offline-gameplay.md).

# 3.3 Offline Gameplay

<figure><img src="/files/0t7Rxgfze8EBGHg7dgDw" alt=""><figcaption><p>City Building Mode Gameplay</p></figcaption></figure>

In **3D City Metaverse**, we've designed our game architecture with **player convenience** and **accessibility** at the forefront. We understand that constant online connectivity is not always feasible or desirable for players, and we've addressed this through our unique **game save system**.

To participate in certain aspects of the game, such as **minting land** or **purchasing items**, you will require an internet connection. This is necessary because these actions involve interactions with the blockchain, a process that requires an online connection to validate and record the transactions.

After you've completed your purchases or land minting, the game saves these assets directly into your **save game file**. This process is an integral part of our **custom blockchain connectivity blueprint**. It ensures that your assets are securely stored and readily accessible to you, regardless of your online status. Once your assets are saved in this way, you won't need an internet connection to access or use them within the game. They become part of your in-game inventory, available for you to utilize in your gameplay whenever you wish.

However, certain features and functionalities of the game do require an online connection. These include **buying and selling items** on the marketplace, **accessing wallet functions**, and **staking or claiming rewards**. These actions necessitate real-time blockchain interactions, hence the need for internet connectivity.

In essence, while 3D City Metaverse does leverage the power of blockchain technology and online connectivity for certain features, we've also prioritized the **offline gameplay experience**. By storing your assets in the save game file, we've made it possible for you to enjoy a rich, immersive, and continuous gaming experience, whether you're connected to the internet or not. This balance between online and offline functionalities is a testament to our commitment to creating a game that is as flexible and player-friendly as it is technologically advanced.


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.3dcity.life/3.-concept-and-gameplay-of-3d-city-metaverse/3.3-offline-gameplay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
