# Project Structure

* Audio: Include music and sound effects in the project.
* Material: Include materials in the project.
* Physics Material 2D: Include physics materials in the project.
* Prefab: Include all prefab in the project.
* Scenes: Include 3 scenes used in the project ( Main Menu Scene, Gameplay Classic Scene, Gameplay Multiplayer Scene ).
* Script: Include all code in this project.
* Shader: Contain 2D glow shader effect used in this project.
* Sprites: Contain all UI and Race assets in the project.
* Tilemap: Include road tiles, this folder just used to store road tiles in this project.
* URP Settings: Contain Universal Render Pipeline settings used to config quality lighting effect in this project.

<figure><img src="/files/5zoISfalLfOirJefNpcU" alt="" width="456"><figcaption></figcaption></figure>

### 🔷 Main Menu Scene

<figure><img src="/files/60uQOIAj6gSebGi1PeMM" alt=""><figcaption></figcaption></figure>

### 🔷 Gameplay Classic Scene

<figure><img src="/files/jGRokFh73NIJYFfICMrK" alt=""><figcaption></figcaption></figure>

### 🔷 Gameplay Multiplayer Scene

<figure><img src="/files/XTBx9aX0Ew25KKIXm6GW" alt=""><figcaption></figcaption></figure>


---

# 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://black-knight.gitbook.io/2d-racing-multiplayer-game-template/getting-started/publish-your-docs.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.
