> For the complete documentation index, see [llms.txt](https://futureleadersglobal.gitbook.io/program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://futureleadersglobal.gitbook.io/program/toolbox/energizers/the-shouting-game.md).

# The Shouting Game

This simple group game is played in a circle. Participants repeatedly choose one other person to look at, hoping that person won't be looking back at them. Whenever eye contact is made between two participants, both must shout wildly and lunge backward. They are then eliminated. The game generates laughter and boosts energy in a group.Step 1:The group stands shoulder to shoulder in a circle. Everyone must be able to see the eyes of everyone else.Explain that you will be giving two sets of instructions repeatedly, "heads down" and "heads up." When you say "heads down," everyone looks at their feet.

\
Step 2:When you say "heads up," everyone looks up and instantly looks *straight at the head of one other person in the circle.*&#x54;here are two possible consequences: when a person looks up at someone who is looking at someone else, nothing happens; when a person looks up at someone who is looking right back at them, they must both point in a very exaggerated manner at the each other and let out a loud SCREAM OR YELL.Those two are then "out" and stand outside of the circle to observe. Once the "screamers" have left the circle, the circle closes in and repeat the process until there are only two people left. The final two have to do it one more time, even though the outcome is a foregone conclusion.


---

# 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://futureleadersglobal.gitbook.io/program/toolbox/energizers/the-shouting-game.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.
