# Make Games Now!

The **Dive into Defold** section will guide you through making several full games using Defold. You do not need to read any other section first before you begin this section. You must **follow along** and not simply read. By following along, you will be able to learn more quickly and remember what you've read long term.

**Notice:** Currently examples are being put up. Later on step by step tutorials will be put up for each example. You can still learn valuable insights by reading the source of examples.

You will need to download Defold first and make sure it runs. Defold has an auto-update feature so you can easily get up to date from any other version.

**Linux** <https://www.defold.com/download/editor2/Defold-x86_64-linux.zip>

**Mac** <https://www.defold.com/download/editor2/Defold-x86_64-darwin.dmg>

**Win** <https://www.defold.com/download/editor2/Defold-x86_64-win32.zip>


---

# 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://read.bookofdefold.com/dive-into-defold/make-games-now.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.
