> 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.md).

# Day 1: Introduction

**Day 1 Objectives:**

* **Create a Repl.it account**
* **Create a file and name it “Text Adventure Game - \*insert your name\*”**
* **Create and run basic commands in python**
* **Brainstorm ideas for your text adventure game**

**First things first, we need somewhere to write and run our code. Follow the steps below in order to set up your code editor. That way, we can start our Text Adventure Game.**

## Setting up your code editor

In order to make it easy for us to view your code in real time and for you to get to coding asap, we will be using an online code editor called [Replit](https://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/text-adventure-game/www.replit.com).

### Create a Replit account

First, let's create a Replit account. Go to [www.replit.com](https://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/text-adventure-game/www.replit.com) and click sign up. Either use your Google account to sign up or use your email. Make sure to create a username and password you will remember. You may need to verify your email in your inbox to use Replit.

### Create your first project

To create a new file where you will write your code, select "+ New Repl" in the top left corner of the website. In the languages section select "Python". It will have a blue and yellow icon next to it. Next, choose a name for your new project.

Name your project: “Text Adventure Game - \*insert your name\*”


---

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