Creating a Basic Entity with Two Components in ChipprAGI: A Walkthrough
In this walkthrough, we will create an entity representing a simple task with a title and description. The entity will have two components:
- TaskTitleComponent: This component will store the task’s title and provide a method to update it.
- TaskDescriptionComponent: This component will store the task’s description and provide a method to update it.
Throughout the tutorial, we will guide you through the process of creating the entity and its components, setting up the system to manage the entity, and interacting with the entity to update its properties. By following this step-by-step guide, you will gain valuable experience in using ChipprAGI for your own projects.
Let’s dive in and create our first ChipprAGI entity with two components!
Editors note: Proceed with caution, I have not reviewed this yet.
⏪ Back | Next ⏩ |
---|---|