Tutorial - tiny-ecs demo

From GiderosMobile
Revision as of 01:08, 17 December 2023 by MoKaLux (talk | contribs) (Created page with "'''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 d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

Tiny-ecs demo pic1.png Tiny-ecs demo pic2.png

There will be only one level in which you will "kill" the actors by pressing the space bar on your keyboard. After a certain amount of hit, they "die" :-(


Let's do it!


Next: Tuto tiny-ecs_demo Part 1 Setup


Written Tutorials