# Welcome

#### Welcome To The 2D Racing Multiplayer Game Template Documentation! ✨

This top-down style 2D racing game features stunning lighting effects (URP + Post Processing) and offers three play modes: Classic Mode, Multiplayer Mode and AI Mode. This template is designed to accelerate your development process, making it easier to create your 2D racing game. It's ready for publishing or reskin 🚀.

The code in this template is clean, easy to understand, and customizable. Many game settings can be adjusted through the inspector window without modifying the code. Tutorial videos (Import The Template, Add New Race Map, Add New Car) are also included in this documentation 🎁.

You can visit the 2D Racing Multiplayer Game Template on [Unity Asset Store](https://assetstore.unity.com/packages/slug/273435).


---

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