> For the complete documentation index, see [llms.txt](https://personal-development.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://personal-development.codeyourfuture.io/em-modules/retro-1/engaging-games.md).

# Cooperative counting

This activity builds group cooperation, focus, and concentration.\
&#x20;

**Steps**

1. The goal is to count to 20 as a group. Someone will start with “1,” then someone else will say “2” and so on. (NO assigned order)&#x20;
2. Anyone can say a number. However, if two people speak at the same time, you go back to 1 and start again from the beginning.
3. If the group gets to 20 and wants to continue, the group can see how high they can count, or go backwards from 20 to 1.&#x20;
4. Optional: Depending on the size of the group, you can require that every person contributes at least one of the numbers.

\
**Reflection**

Invite students to share:

* What was challenging about this? &#x20;
* What did we have to do as a group to work together? &#x20;
* How could our group take it to the next level next time we play?

\
**Tips**

* If the group finds this challenging, ask, “What could we do as a group to do better?” Encourage suggestions that build teamwork such as listen closely, everyone only say one number, remember who has gone before, etc. &#x20;
* Discourage short-cuts such as establishing a pattern or using nonverbal signals.


---

# 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://personal-development.codeyourfuture.io/em-modules/retro-1/engaging-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.
