# The Game

- [Genre & Style](https://wiki.boxingbadger.com/the-game/genre-and-style.md): Boxing Badger - Punch Out inspired
- [Game Mechanics](https://wiki.boxingbadger.com/the-game/game-mechanics.md): Here are some of the game mechanics we will be implementing.
- [Stats](https://wiki.boxingbadger.com/the-game/game-mechanics/stats.md): Base stats are altered by passives abilities and body types.
- [Body Types](https://wiki.boxingbadger.com/the-game/game-mechanics/body-types.md): Your body is special.
- [Gloves & Damage Types](https://wiki.boxingbadger.com/the-game/game-mechanics/gloves-and-damage-types.md): Damages are broken down into physical and elemental.
- [Passive Abilities](https://wiki.boxingbadger.com/the-game/game-mechanics/passive-abilities.md): NFTs will sport two random passive abilities that will be paramount depending on which enemy you are fighting.
- [Game Modes](https://wiki.boxingbadger.com/the-game/game-modes.md): Our goal is to provide many ways to have fun and compete.
- [Campaigns](https://wiki.boxingbadger.com/the-game/game-modes/campaigns.md)
- [PvP Seasons](https://wiki.boxingbadger.com/the-game/game-modes/pvp-seasons.md): Fight for seasonal competitions!
- [Guild Fights](https://wiki.boxingbadger.com/the-game/game-modes/guild-fights.md): Fight for your guild!
- [Tournaments](https://wiki.boxingbadger.com/the-game/game-modes/tournaments.md): Discover the ultimate competition!


---

# Agent Instructions: 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:

```
GET https://wiki.boxingbadger.com/the-game.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
