> For the complete documentation index, see [llms.txt](https://docs.rogues.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rogues.studio/roadmap/phase-2-private-alpha.md).

# Phase 2: Private Alpha ✔️

In this phase, we released our game private Alpha for testing, in 2 seasons.

### Game development

* **Season 1: Vulpgard Origins**  ✔️
  * Crafting system developed ✔️
  * Questing (NPC) windows and prompts built ✔️
  * Progress states and cooldowns developed ✔️
  * Game economy Season 1 implemented  ✔️
  * UX/UI - crafting, profile screen, progress & overall improvements ✔️
  * Storyline developed - NPC dialogue  ✔️
* **Season 2: Vulpgard Survivial**   ✔️
  * Game economy for season 2 completed  ✔️
  * Howling Pass Area built  ✔️
  * Freezing & torch mechanics developed  ✔️
  * PvE - Enemies developed  ✔️
  * PvE - Boss battle developed  ✔️

### Community activities

* [Genesis Collection on NEAR](https://www.tradeport.xyz/near/collection/rogues-genesis.nfts.fewandfar.near) Sold Out  ✔️
* [Heroes of the Flow](https://nft.flowverse.co/marketplace/HeroesOfTheFlow) Collection Part 1  Sold Out  ✔️
* [Heroes of the Flow](https://nft.flowverse.co/marketplace/HeroesOfTheFlow) Collection Part 2  Sold Out   ✔️
* [Merch store](https://shop.rogues.studio/) released! :fire:  ✔️

## Testing Seasons 1 & 2  ✔️

Each testing release of World of Rogues is themed around a unique Season, introducing fresh and distinctive mechanics. Every Season had a defined start and end, typically lasting 2-5 months.

#### See past testing seasons here:

{% content-ref url="/pages/mMmH3jcwHiu4Sf9N7vu5" %}
[Season 1: Vulpgard Origins](/roadmap/phase-2-private-alpha/season-1-vulpgard-origins.md)
{% endcontent-ref %}

{% content-ref url="/pages/FOR40uPQwOIZKp7TGQAE" %}
[Season 2: Vulpgard Survival](/roadmap/phase-2-private-alpha/season-2-vulpgard-survival.md)
{% endcontent-ref %}


---

# 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://docs.rogues.studio/roadmap/phase-2-private-alpha.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.
