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

# 🐹 Game Modes

Game Modes

### Multiplayer Race

<figure><img src="/files/FVxklA3IShbBQU20V7tf" alt=""><figcaption></figcaption></figure>

The standard game mode where players' hamsters compete against each other in real-time:

* 2-8 players per race
* Same maze for all participants
* First hamster to reach the exit wins
* Real-time leaderboard showing positions
* Spectator mode for eliminated players

#### How to Join

1. Enter the lobby and select "Join Race"
2. Choose an available game or create your own
3. Wait for the host to start the race
4. Watch your hamster compete and use skills strategically

### AI Battle Mode

<figure><img src="/files/bsRywheYNC0aWKWiw8vS" alt=""><figcaption></figcaption></figure>

Test your hamster against AI-controlled opponents with various difficulty levels:

#### Difficulty Levels

* **Easy**: AI hamsters with basic personalities and no skills
* **Medium**: AI hamsters with moderate intelligence and basic skills
* **Hard**: AI hamsters with sophisticated strategies and advanced skills

#### AI Opponent Types

| AI Type | Behavior                                     |
| ------- | -------------------------------------------- |
| Easy    | Makes frequent mistakes, poor pathfinding    |
| Medium  | Consistent performance, basic skill usage    |
| Hard    | Optimized pathfinding, strategic skill usage |

#### Practice Mode

Use AI battles for testing and training:

* Try different maze types
* Practice skill timing
* Experiment with strategies
* No XP penalty for losing

Tournament Mode — Coming Soon!

<figure><img src="/files/ser7s0G8N8FmEguOXL4A" alt=""><figcaption></figcaption></figure>

Join bracketed tournaments with multiple rounds:

* Single or double elimination formats
* 8, 16, or 32 player brackets
* Progressive maze difficulty
* Tournament-exclusive rewards
* Seasonal championships with special prizes

#### Scheduled Events

Regular tournaments run at these times:

* Daily Sprints: Every 6 hours
* Weekend Challenges: Saturday & Sunday
* Monthly Championships: Last weekend of each month


---

# 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://hme.gitbook.io/hme/game-features/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.
