Skip to the content.

Start Here!

Welcome to this ChipprAGI walkthrough! In this tutorial, we will demonstrate how to create a basic entity with two components, providing you with a hands-on understanding of ChipprAGI's capabilities. By the end of this tutorial, you will have a solid foundation in creating and managing entities, components, and systems within the ChipprAGI framework.
Before we start creating our entity and its components, let's set up the project by following the steps below.
In this section, we will create two components for our entity. Let's assume we are creating an entity that represents a simple task with a title and a status.
Now that we have created our components, let's create an entity that uses the `TaskTitle` and `TaskStatus` components. We will also create a system to manage the task entities.
After creating the components, entity, and system, we can now test our basic example to ensure everything works as expected.
⏪ Back Next ⏩