> For the complete documentation index, see [llms.txt](https://farran.gitbook.io/personal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farran.gitbook.io/personal/recommendations/games.md).

# Games

<details>

<summary>Criteria for game preference</summary>

## Criteria for game preference

Any game that does not fulfill these criteria is invalid.

1. Non-infinite
2. Not designed around addiction
3. Good story or no story

### 1. Non-infinite

This is a non-negotiable criterion. Infinite environments and exponential growth challenge result in black hole games, i.e. they will be an endless time sink.&#x20;

### 2. Not designed around addiction

This is perhaps evil incarnate.

### 3. Good story or no story

A poor storyline is a waste of time. Give me a good story that I can enjoy and learn from, or give me a game that doesn't try to tell a story.

</details>

<details>

<summary>Categories</summary>

## Categories

* Adventure
* Puzzle

</details>

***

## My favourites

### The Myst saga

The original Myst is amazing. It is very dated though. Real Myst was a masterful upgrade, as was Masterpiece Edition; but the latest rebuild of Myst, using a modern game engine, blows all the socks off. Apparently there are some differences, but I played the original version when I was 6 or 7 years old, and the modern version when I was 30, so I have to say I did not notice many changes.

#### Riven

Riven is the second part in the Myst saga and it has a great storyline. I was never able to play it as a child because it was on 5 CD-ROMs and our family's PC's CD drive did *not* appreciate being opened, regardless of whether the running application actually requested the next disc or not.

But, like the first instalment of Myst, Riven recently underwent a rebuild in a modern game engine and it is a joy to play now.

#### Why play the Myst games?

Myst is built around puzzle games, but the puzzles are wrapped in a complicated story and you must solve the puzzles using lateral thinking and by exploring the environment and fiddling with all kinds of objects and devices in the area. Very often, each puzzle is distributed over a large space.


---

# 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://farran.gitbook.io/personal/recommendations/games.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.
