> For the complete documentation index, see [llms.txt](https://www.petthepetra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.petthepetra.com/games/adelie-fight-club.md).

# Adelie Fight Club

Adelie Fight Club is a 1v1 platform fighter that includes the following features:

* Online play with matchmaking and private rooms
* Offline play against a CPU
* 2 characters, each with 4 skins
* 14 stages
* Rollback netcode
* Replays
* US-EAST based official server, with the ability to connect to unofficial servers through IP entry

This game was a group project with my friends [Ruby](https://evergreengames.itch.io/), [Meep](https://meepmoop.itch.io/), [Gonen](http://gonengazit.itch.io/), and [Cominixo](http://cominixo.itch.io/). I helped out with some parts of the game's programming, designed and built many of the stages, and am currently implementing a new character for a future update.

<div><figure><img src="/files/Uj4joeBWQkSPNkwObbYi" alt=""><figcaption><p>The game's title screen.</p></figcaption></figure> <figure><img src="/files/JiFfZrH1EpwmiSO6CfYB" alt=""><figcaption><p>Maddy fights best up close. Rush your opponent down!</p></figcaption></figure></div>

<div><figure><img src="/files/AhwcJ5hjKVwjTcuHcnQR" alt=""><figcaption><p>Lani's best position is at a distance from her opponent...</p></figcaption></figure> <figure><img src="/files/s2YQ6hEohAK6S2ynyBDp" alt=""><figcaption><p>...but directly beneath them is great for getting KOs.</p></figcaption></figure></div>

You may want to consider joining the [Celeste Classic Discord](https://discord.gg/9Dm3NCS) if the matchmaking queue is empty - there are many active players who will happily hop in a game with you!

{% embed url="<https://petthepetra.itch.io/adelie-fight-club>" %}
Play or download on itch.io
{% endembed %}


---

# 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://www.petthepetra.com/games/adelie-fight-club.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.
