# Overview

## Introduction

**PLATFORMARS** lets you procedurally generate your level with your own hand-crafted rooms. If you are developing a 2D platformer game using Unity Engine, this tool will come in handy.

## Features

* **Define your own difficulty curve**, generate levels with difficulty variations on each level. First, you have to make the **easiest and the** **hardest levels** as thresholds so the tools can make new patterns from them.
* Generate levels as **prefabs** that contain complete **obstacles** and **environment**.
* Using the **editor window** instead of adding new components to a game object.
* Works for placing only obstacles and environment **sprites** or **tiles** (doesn't work on 3D Model)
* **Demo scene** and **example projects** are included in the **asset package** (Tools + 2D Game Kit).

## System Requirement

**PLATFORMARS** requires atleast **Unity Engine 2019.4** or newer.

{% hint style="info" %}
Not yet tested on the older version of Unity Engine.
{% endhint %}


---

# 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://imanda-syahrul-ramadhan.gitbook.io/platformars/master.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.
