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

# 2023 Roadmap

Instead of adhering to the conventional roadmap format typically found in many projects, we have chosen to adopt a more meaningful approach for Galaxiators, one that allows greater flexibility and better aligns with the dynamic nature of a game project.

**Goal 1: Closed Alpha**\
\&#xNAN;*Timeline: First half of 2023*\
Our initial goal is to launch a working Alpha that allows solo and 3v3 fights, enabling us to collect data and feedback from the community and matches, as well as testing our mechanics.

**Goal 2: Closed Beta**\
\&#xNAN;*Timeline: July-August 2023*\
The Closed Beta will be a more refined version of the game, featuring 5v5 battles and more complex team compositions and skills.

**Goal 3: Gamescom Asia**\
\&#xNAN;*Timeline: October 2023*\
We have secured a stall at Gamescom Asia, providing us with the opportunity to showcase our game and engage with the video game industry.

**Goal 4: Soft Launch and Minting Event**\
\&#xNAN;*Timeline: October 2023*\
Following an intensive marketing campaign and our showcase at Gamescom Asia, we aim to mint the last four Genesis races in a single minting event at the end of October.

**Goal 5: Comicon SG**\
\&#xNAN;*Timeline: December 2023*\
Participating in another significant event, our objective at Comicon SG is to reach a larger audience of gamers while also unveiling the Galaxiators physical collectibles line.


---

# 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://galaxiators-2.gitbook.io/galaxiators-documentation/2023-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.
