Added docs

2025-08-14 18:49:56 +02:00
parent 3a99383a54
commit e74a0d2cc2

@@ -1,6 +1,6 @@
# ModuleClientApi - GameLib
Class representing the GameLib inside the ModuleClientAPI.
The GameLib is Getiyo's game development framework that enables synchronized multiplayer experiences across all connected devices. The client-side GameLib focuses on timing calculation functions and custom controller development, while all core game logic, collision detection, state management, and business rules are handled server-side through the [ModuleServerAPI GameLib](./ModuleServerAPIGameLibIntroduction). If you want to make a game, you need to look at the [ModuleServerAPI GameLib](./ModuleServerAPIGameLibIntroduction) where all the core functionality resides.
## Controller