> For the complete documentation index, see [llms.txt](https://thientc9s-organization.gitbook.io/axie-jet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thientc9s-organization.gitbook.io/axie-jet/developers/documentations/formulars.md).

# Formulars

BASE\_GAMESPEED : 10px/frame

SPEEDRATE: 1.01

**Logic:**

Each 2s (120 frames): GAMESPEED \*= SPEEDRATE

**Serverside**:&#x20;

* Axie velocity = GAMESPEED
* Obstacle velocity = 0

**Clientside**:&#x20;

* Axie velocity = 0
* Obstacle velocity = GAMESPEED
