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

# RoadMap

We have an audacious roadmap on where we want to go, the captains have huge plans for the future of PirateRush and we’re just getting started in Web 3.&#x20;

<details>

<summary>✔️Turtles of Tortuga</summary>

Finish up Turtles of Tortuga - this includes building out the mobile version, thoroughly bug testing, and opening up bets using Solana.

</details>

<details>

<summary>✔️Nuggets </summary>

Integrate on-chain Nuggets ($NUG) into the games on Piraterush.com/play

</details>

<details>

<summary>✔️GEMs Leaderboard </summary>

Integrate, bug test, and build out the leaderboard for GEMs&#x20;

</details>

<details>

<summary>✔️PvP Turtles</summary>

Similar to popular games like Solana Shuffle, but with the ability to pool your bet with other Degen Pirates.

</details>

<details>

<summary>✔️PvP Rooms</summary>

Build out the functionality for users to build PvP rooms. This will allow Pirates to invite friends, build private lobbies, play publicly with other Pirates, play with other community SPL tokens, etc.

</details>

<details>

<summary>Pirate Dice (Liar's Dice)</summary>

Build out the game that will revolutionize the community. Think of a game that is as communal as poker, has an element of skill through bluffing, contains the luck element of all games, and has quick rounds that can be played together.

</details>

<details>

<summary>Future utility for NFTs.</summary>

This might include upgradeable art by spending $NUG. It may also include allowing the OG NFTs to be upgradeable using $NUGs

</details>

<details>

<summary>PvP Yahtzee</summary>

A competitive version of the popular dice game Yahtzee where players take turns throwing dice, rolling for results, recording their score and to the victor goes the spoils.

</details>

<details>

<summary>PvP Chess </summary>

We want to be the first community that brings online betting to Chess. We believe this could be a massive opportunity to bring in new players from not just SOL, not just Crypto, but everywhere! Everyone loves a good game of Chess and we believe we can allow fair betting in chess based on a chess rating system that allows you to bet more the more you play.&#x20;

</details>

<details>

<summary>PirateShip Game</summary>

Just like BattleShip, but instead of missiles we’re shooting cannonballs

</details>

<br>


---

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