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

# Roadmap

## Q1/2024

* Release of "Multiplayer Mode": Play against other online players, the winner takes the total prize of the betting room.
* New box and character: 10 USDT - "Feline" Character.
* Release of event boxes.
* Development of "Adventure Mode": Face enemies, throw bombs, and challenge bosses as you venture through different levels.
* Structuring of BombCoin token.

## Q2/2024

* New maps.
* New boxes and characters (COMING SOON).
* Launch of BombCoin token.
* BombTicket: A gacha system with character fragments, chest fragments, cash prizes, skins, etc., encouraging token burning.

## Q3/2024

* Ranking system in "Multiplayer Mode" with prizes.
* Development of skills/abilities for characters to improve gameplay.
* Development of character statuses (supreme power, fatigue, resistances, energy points, block, etc.).
* Launch of "Adventure Mode".

## Q4/2024

* Development of "BombHQ": A space where the user can manage their characters, replace them, put them to rest, etc.
* Launch of the incentive program for BombCoin token holders: awards for the project's largest holders.
* Development of "Companions & Pets": They will assist in farms with item collections and greater earnings for your characters.
* New maps.

##

## Q1/2025

* Development of the "Bomb Factory": A space to upgrade characters and create new skins.
* Launch of character skills/abilities.
* Launch of character statuses.
* Launch of "BombHQ".
* Development of "Expedition Mode": The player sends one of their characters on an expedition, which will be away for 7 days and will bring back earnings or new relics.


---

# 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://bombpix.gitbook.io/bombpix-en/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.
