> For the complete documentation index, see [llms.txt](https://whitepaper.skullsludo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.skullsludo.com/gameplay/game-modes.md).

# Game Modes

Skulls Ludo offers three unique game modes, each designed to cater to different player preferences, skill levels, and gameplay styles. Whether you're looking for a classic strategic challenge, a fast-paced battle, or just a fun match with friends, there's a mode for you. Each mode comes with its own **rewards, benefits, and strategic elements**, ensuring a dynamic and engaging experience for every type of player.

### **Which Mode Should You Play?**

<table data-full-width="true"><thead><tr><th>Mode</th><th>Playstyle</th><th>Rewards</th><th>Best For</th></tr></thead><tbody><tr><td><strong>Legacy Mode</strong></td><td><strong>Strategic, slow, skill-based</strong></td><td><strong>High XP &#x26; RP</strong></td><td><strong>Competitive, tactical players</strong></td></tr><tr><td><strong>Rush Mode</strong></td><td><strong>Fast, aggressive, quick wins</strong></td><td><strong>Moderate XP &#x26; RP</strong></td><td><strong>Players who like fast games</strong></td></tr><tr><td><strong>Friends Mode</strong></td><td><strong>Casual, fun, social</strong></td><td><strong>No XP or RP</strong></td><td><strong>Playing with family &#x26; friends</strong></td></tr></tbody></table>

Skulls Ludo ensures that whether you're looking for **intense ranked matches, quick thrills, or social fun**, there's a **mode that fits your style**. Choose your path, **roll the dice**, and **dominate the board!** 🎲🔥


---

# 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://whitepaper.skullsludo.com/gameplay/game-modes.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.
