> For the complete documentation index, see [llms.txt](https://sbdojo.gitbook.io/sushi-cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/text-adventure-game/day-1/brainstorming.md).

# Brainstorming

For the rest of the meeting, I would like you to create an outline of the rooms/scenarios/choices. Next session, we will start coding it. Having a solid plan now will allow you to focus on the coding part next session.

You may go about this however you want as long as it is appropriate. As a suggestion, start off by thinking of a theme that you want to use for your adventure game. An example would be a treasure hunt or a dungeon raid. Use your imagination to think of a setting that you can build upon.

Get a piece of paper and a writing utensil ask Shriya if you do not have the supplies. Create rooms, write down choices the player has to make in the room, and whether it leads to a win or a loss.&#x20;

As an extra, you may include collectible items, a secret room, and a secret ending. If you do choose to do one of these Shriya will help you figure out the coding logic that you could use to make it happen.&#x20;

Make multiple rooms/choices/and scenarios. Let your imagination run wild.

Once you've completed a detailed outline, have Shriya check it to make sure it can be coded.

**Any questions? Don't be afraid to ask. We're here to help, not to judge.**

&#x20;


---

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

```
GET https://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/text-adventure-game/day-1/brainstorming.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.
