> For the complete documentation index, see [llms.txt](https://housing-base.journalismarena.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://housing-base.journalismarena.eu/homelessness/activist-initiatives/change-a-homeless-survival-experience-video-game-by-delve-interactive-may-2020.md).

# "Change: a Homeless Survival Experience" (video game by Delve Interactive, May 2020)

* On 1 May 2020, Delve Interactive released "**Change: a Homeless Survival Experience**", a video game about the experience of being homeless.
* <https://www.delveinteractive.com/change>
* Its creators describe it as:<br>

  > an emotional homeless survival experience set in a randomly generated city with rogue-like elements. Explore, survive, earn perks, find items and kindness to develop your character and escape to a new life.\
  > \
  > &#x20;​This is a hate letter to the growing indifference in the world. When members of the development team almost fell into homelessness some years ago, it inspired us to create something that gives a voice to the forgotten and the vulnerable.\
  > \
  > &#x20;After almost 5 years of research and hard work, 100s of updates and fan support, we bring you our tale of survival and isolation.\
  > \
  > &#x20;Source: <https://www.delveinteractive.com/change>
* Der Spiegel published a review of it on 18 May 2020: <https://www.spiegel.de/netzwelt/games/change-a-homeless-survival-experience-im-test-obdachlos-in-pixelhausen-a-1b4677fa-1bfb-479d-866a-50ca9dcc0db0>


---

# 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://housing-base.journalismarena.eu/homelessness/activist-initiatives/change-a-homeless-survival-experience-video-game-by-delve-interactive-may-2020.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.
