> 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/plasso.md).

# Plasso!

<figure><img src="/files/i0NQZVyR1ul8iHYdXwD4" alt=""><figcaption><p>Save the animals with your trusty Paintbrush-Lasso!</p></figcaption></figure>

In *Plasso!*, you play as a farmer whose animals have been scattered across a large open world. You'll need to grab your Paintbrush-Lasso, bring them all back home before the winter storms roll in, and defeat the monster that scared them off in the first place.

The game was written entirely in C++, using the [Simple DirectMedia Layer 3 (SDL3)](https://www.libsdl.org/) development library for game input and rendering. The map was designed and exported with [Tiled](https://www.mapeditor.org/).

<div><figure><img src="/files/iUh4RfA649THBDVN6EbN" alt=""><figcaption><p>A lively farm after bringing two animals back home</p></figcaption></figure> <figure><img src="/files/Bai6yxCZpN2yYZlCFrP1" alt=""><figcaption><p>Chasing down your horse as time runs thin</p></figcaption></figure></div>

*Plasso!* is currently not available for download, as while it was completed within the expectations of a capstone project (earning a 100 on the final submission), it is not yet in a state where I would consider it fully polished and fit for release. Many of the non-programming elements, such as visuals and music, are either half-baked or entirely missing.


---

# 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/plasso.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.
