Difference between revisions of "Tutorial - tiny-ecs demo"
From GiderosMobile
Line 16: | Line 16: | ||
Let's do it! | Let's do it! | ||
− | * [[Tuto tiny-ecs_demo Part 1 Setup]] | + | * '''[[Tuto tiny-ecs_demo Part 1 Setup]]''' |
− | * [[Tuto tiny-ecs_demo Part 2 Menu]] | + | * '''[[Tuto tiny-ecs_demo Part 2 Menu]]''' |
+ | * '''[[Tuto tiny-ecs_demo Part 3 tiny-ecs World]]''' | ||
* ... | * ... | ||
− | |||
− | |||
− | |||
'''[[Written Tutorials]]'''</br> | '''[[Written Tutorials]]'''</br> | ||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |
Revision as of 03:26, 17 December 2023
The first time I used the ECS paradigm to code a game, I was hooked! Let me share with you my excitment :-)
Hello developer!
In this tutorial, we will build a simple demo using tiny-ecs. The aim is to demonstrate most of tiny-ecs functions.
First let's see what we will build:
There will be one level in which you will "kill" the actors by pressing the spacebar on your keyboard. After a certain amount of hit, the actors "die" :-(
Let's do it!
- Tuto tiny-ecs_demo Part 1 Setup
- Tuto tiny-ecs_demo Part 2 Menu
- Tuto tiny-ecs_demo Part 3 tiny-ecs World
- ...