> For the complete documentation index, see [llms.txt](https://whitepaper.madsquad.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.madsquad.net/more-info/roadmap.md).

# Roadmap

## **2023- H1**&#x20;

· Game design document (GDD) ✔️&#x20;

· Pre-production ✔️&#x20;

· First prototype ✔️

## **2023- H2**&#x20;

· Arena design ✔️&#x20;

· Character design ✔️&#x20;

· Robot design ✔️&#x20;

· First 5 heroes models and animations ✔️&#x20;

· Characters animation ✔️&#x20;

· Economy design ✔️&#x20;

· In-game UI ✔️

## **2024- Q1**&#x20;

· Menu and meta UI & UX ✔️&#x20;

· Modeling environments, props ✔️&#x20;

· Internal test ✔️ · Debug ✔️&#x20;

· Gameplay/characters balance ✔️

## **2024- Q2**&#x20;

· Finalizing main menu and HUD ✔️&#x20;

· Modeling new arena and props ✔️&#x20;

· Add 5 new heroes ✔️&#x20;

· Add 2 new maps ✔️

## **2024- Q3**&#x20;

· Alpha test ✔️&#x20;

· Optimization and balancing the gameplay ✔️&#x20;

· Robot customization ✔️&#x20;

· Control point mode ✔️

## **2024- Q4**&#x20;

· White paper ✔️&#x20;

· Beta test ✔️&#x20;

· Robot war mode ✔️&#x20;

· Improve the website

## **2025- Q1**&#x20;

· Web3 implementation&#x20;

· NFT collection&#x20;

· Community building

## **2025- Q2**&#x20;

· Marketplace&#x20;

· Official ‎launch&#x20;

· Add 3 new heroes

## **2025- Q3**&#x20;

· Add 2 new maps&#x20;

· Rent and customize robots

· MADC IDO&#x20;

## **2025- Q4**&#x20;

· Battle royale mode&#x20;

· Clan, chat, and social features


---

# 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.madsquad.net/more-info/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.
