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

# Roadmap

We are currently in the Closed Beta, but we are working hard to transition to Early Access.

<mark style="color:green;">**✓**</mark> Q1-Q2-Q3-Q4 2024

✓ Launch of the website\
✓ Development of the location "Snake Road Island"\
✓ Adding functionality: day and night change; multiplayer; weather conditions changes; text and voice chat; vehicles (traffic); controllability and destructibility of cars etc.\
✓ Drawing the UA menu and HUD elements\
✓ Game mechanics created: Car Football & Derby\
✓ Pre-Alpha version\
✓ Development animations for players\
✓ Creating music and sounds for the game\
✓ Creation of the appearance of NPC models\
✓ Integration of NPCs with AI\
✓ Development of unique game tokenomics and business model\
✓ Alpha version

<mark style="color:green;">**✓**</mark> Q1 2025

✓ Smart Contract on Solana for Betting System\
✓ Game mechanics created: Fishing, Fights and Racing\
✓ AI settings for police officers, story NPCs and passersby\
✓ Created animations for players\
✓ Closed Beta

<mark style="color:red;">**✗**</mark> Q2 2025

✓ Focus Group Testing\
Early Access\
Working on improving the gaming experience based on player feedback

<mark style="color:red;">**✗**</mark> Q3 2025

Smart Contract for Story Missions\
Entering into new partnerships\
Developing the game with more interests for players

<mark style="color:red;">**✗**</mark> Q4 2025

Smart Contract for Tournament and Rent System\
Sale NFT collection for main game modes\
Creating new game modes and missions

<mark style="color:red;">**✗**</mark> Q1 2026

Game Release\
Token Launch\
Adding new features and improving the game world


---

# 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://raceonlife.gitbook.io/raceonlife/our-plans/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.
