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

# Genre & Style

## Game Genre

Boxing Badger is an upcoming game that draws its inspiration from classic boxing games like Punch Out, but with a modern twist in terms of graphics and gameplay. This game is designed to be accessible and user-friendly, but at the same time, challenging to master. The game offers multiple game modes to keep players engaged, such as Campaign mode, Guild Fights, PvP Fights, and more.

The graphics and animation in Boxing Badger are expected to be top-notch, bringing to life the boxing ring and the opponents in vivid detail. The gameplay mechanics will be intuitive and easy to grasp, allowing players to dive right into the action without a steep learning curve. However, the depth of the game will reveal itself gradually, as players will need to learn new strategies and techniques to progress through the game.

In Campaign mode, players will take on a series of opponents, each with their unique strengths and weaknesses. As they progress, the challenges will become more difficult, requiring the player to hone their skills to succeed. Guild Fights will pit players against each other, as they form alliances and battle it out for supremacy. PvP Fights will offer players the chance to take on other players in one-on-one matches, testing their mettle and proving their skills.

Overall, Boxing Badger promises to be an engaging and immersive gaming experience, bringing the excitement of the boxing ring to players' fingertips. With its stunning graphics, accessible gameplay, and a variety of game modes, it's sure to keep players coming back for more.


---

# 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://wiki.boxingbadger.com/the-game/genre-and-style.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.
