> For the complete documentation index, see [llms.txt](https://www.pythonclassroom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities.md).

# Activities

- [Picture Activity](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/picture-activity.md)
- [Map Activity](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/map-activity.md)
- [Crossing the Bridge](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/crossing-the-bridge.md)
- [NIM](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/nim.md)
- [Mastermind](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/mastermind.md)
- [Cards](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/cards.md)
- [Card Deck Algorithms](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/cards/card-deck-algorithms.md)
- [Sorting Cards](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/cards/sorting-cards.md)
- [River Crossing](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing.md)
- [Jealous Boyfriends](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/jealous-boyfriends.md)
- [Cannibals and Priests](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/cannibals-and-priests.md)
- [Family](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/family.md)
- [Police and the Thief](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/police-and-the-thief.md)
- [Humans and Monkeys](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/humans-and-monkeys.md)
- [Moving Money](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/money.md)
- [Crossing the River](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/crossing-the-river.md)
- [Traveling Salesperson](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/traveling-salesperson.md)
- [Logic Problems](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/logic-problems.md)
- [CIA Crack the Code](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/cia-crack-the-code.md)
- [IQ Test](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/iq-test.md)
- [Puzzles](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/puzzles.md)


---

# 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://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities.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.
