> 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/mods/celestial-valley.md).

# Celestial Valley

<div><figure><img src="/files/uVHADDstuCPm0ghP60Nd" alt=""><figcaption><p>Forage seeds to grow berries!</p></figcaption></figure> <figure><img src="/files/FyCtUg5LiO5w8bPx8uj3" alt=""><figcaption><p>Fish for treasure!</p></figcaption></figure></div>

Celestial Valley is a simple game designed to be played while listening to music or watching a video. It features a miniature open world where exploration is a key part of your progression - you'll need to engage in all of the game's mechanics to unlock its many secrets!

The original version was made in a week as part of the Celeste Classic community's "12 Days of CChristmas!" mod jam, but it was dramatically overhauled the following year into a complete and polished experience.

### Features:

* 7 items to collect, 2 crops to plant, and 13 unique catches
* A large connected map to explore
* Tons of secrets to find!
* A snowstorm that hates you, personally

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

{% embed url="<https://www.lexaloffle.com/bbs/?tid=146193>" %}
Play or view source code on Lexaloffle
{% 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/mods/celestial-valley.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.
