# 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: 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:

```
GET https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
