> For the complete documentation index, see [llms.txt](https://rugzombie.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rugzombie.gitbook.io/docs/basic-information/roadmap.md).

# $ZMBE Roadmap

{% tabs %}
{% tab title="Public Beta v1 Oct 20 -Dec 20" %}

* [ ] Oct 20 - Beta Pass Minting Phase
* [ ] Oct 31 - ZOM webGL Release Campaign 1a-1c
* [ ] Nov 10 - Deckbuilder Feature Beta Release
* [ ] Nov 17 - Newest Card Releases (12)
* [ ] Nov 25 - Campaign 1d-1e
* [ ] Dec 5 - Newest Card Releases (12)
* [ ] Dec 12 - Single Player (ai)
* [ ] Dec 19 - Campaign 1f (boss + first P\&E mint)

{% endtab %}

{% tab title="Public Beta v2" %}

* [ ] Jan 31 - Beta Pass v2 Release&#x20;
* [ ] TBD - Sandbox Mode
* [ ] TBD - PvP Arena
* [ ] TBD - New Card Releases (12)
* [ ] TBD - Referral System & Brain NFT w/ RugZombie
* [ ] TBD - Campaign Levels 2-5 (with P\&E mints)
* [ ] TBD - New Card Releases (24)&#x20;
* [ ] TBD - In Game Rewards, Loots
* [ ] TBD - Post Launch CC Integration, Rental System, Oblivion Integration
  {% endtab %}

{% tab title="General Release and Post Launch " %}

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="2022" %}

* [x] Partner with Dead Games and Launch NFT Game Ecosystem with marketplace
* [x] First Game Launch (Patient Zero)
* [x] V2 Website and Optimization
* [ ] Cross-Chain Development (DELAYED ON MARKET CONDITIONS)
* [ ] Public Beta ZOM
* [ ] Upgraded Graveyard (Gamified and 3D) (this is low priority)
* [x] Safe Chain Messaging System (RugTools)
  {% endtab %}

{% tab title="2023" %}

* [ ] General Release ZOM
* [ ] SDK Patient Zero Dungeon Maker
* [ ] SDK Payment Rails
* [ ] SDK Rental & Marketplace GaaS
* [ ] Development of Dead Games Tools
* [ ] Book of Zom Story Release
* [ ] Oblivionaut Game Beta

{% endtab %}
{% endtabs %}


---

# 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://rugzombie.gitbook.io/docs/basic-information/roadmap.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.
