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

# Comics and Games

Playing games feels like a important aspect of The Human Experience: in an enclosed space  one or more people  I placed in an environment where rules have been made such that  there is a definite sensation of Victory or loss.  this includes single player and multiplayer modes.  each bringing a separate sense of satisfaction.

The example game for single player for me is Sekiro: a pared-down rhythm game disguised as a hack and slash.  the most important rule for your characters after every attack there is an instance where your character is vulnerable. Just like in smash bros, there are no hit guaranteed combos: but you have to hunt after your opponent to make sure every attack lands.

As for noncooperative multiplayer games in a battle arena such as League of Legends or Super Smash Bros, it is an inherently closed system: what one character gains is an opportunity loss from the opposing side doesn't matter if there is only one opponent, like in chess; or many other enemies on a single side, like League; or a host of enemies in a free for all, like PUBG.&#x20;

The sensation of mastering a character or game is one unlike any other:  it can only  be experienced by someone who has achieved the same goals and can only be meaningfully referenced between those who have an understanding of the work which is required to accomplish that task. Example and smash is my personal favorite character Ike.  the following phrase would make no sense unless the listener has a background in the terminology for Smash characters

> quick draw --> reverse jump cancel --> grab --> backthrow --> jump --> dair off stage spike

A possible finishing pseudo combo Ike can perform on Mid to heavyweight characters in the mid-range percentile. Sudo because none of these attacks are guaranteed to land like they are in Street Fighter or Mortal Kombat. But you must control the characters such  that both it and the opponent are in a position such that the attack will land.&#x20;

XKCD comics&#x20;

* [depth perception](https://xkcd.com/941/)
* [success](https://xkcd.com/349/)
* [the sky](https://xkcd.com/1556/)

[sword comics ](https://swordscomic.com/comic/Shields/)

[webtoons](https://www.webtoons.com/en/slice-of-life/bluechair/ep-627-david-gets-thicc/viewer?title_no=199\&episode_no=799)

[ADHD alien](http://adhd-alien.com/2019/07/16/try-harder/)

[Kill 6 billion demons ](https://killsixbilliondemons.com/comic/ksbd-3-37/)

[Fangs](https://tapas.io/episode/1559785) by [Sarah Anderson](https://sarahcandersen.com/)

[Sonia Margolin](https://cargocollective.com/soniamargolin/about)


---

# 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://nkintc.gitbook.io/brainless/thoughts/comics.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.
