sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.08k stars 1.11k forks source link

Entitas Minigame tutorial #947

Open swaggyolafson opened 4 years ago

swaggyolafson commented 4 years ago

Hi, I have an idea / suggestion. Similiar to Unity's tutorial series it would be awesome to have a fresh new tutorial series for Entitas :) (Youtube or text based) E.g. Tic Tac Toe or Pong

https://www.youtube.com/watch?v=a9AUXNFBWt4

What would be the benefits? How to work with pure Entitas in 2020

matthiashermsen commented 3 years ago

This is similiar to #930

I would also love to see a very small introduction project. I know there are some sample projects out there but for complete beginners a little bit overwhelming. I think a nice tutorial series could be a copy of Unity's roll a ball game.

https://www.youtube.com/watch?v=RFlh8pTf4DU&list=PLX2vGYjWbI0Q-s4_lX0h4i2zbZqlg4OfF

It provides basics for

but in its simplest form :)