Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

Entitas Minigame tutorial

Open swaggyolafson opened this issue 3 years ago • 1 comments

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

  • Learn the basics of player Input (maybe with the new input system?)
  • How to handle the entities
  • Some basic behaviour logic for your opponent
  • Some UI code
  • Global score counter
  • Scene Management
  • ...

swaggyolafson avatar Aug 26 '20 19:08 swaggyolafson

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

  • Player Input
  • Basic movement
  • Maybe spawning
  • Collectables
  • Some GUI stuff

but in its simplest form :)

matthiashermsen avatar Oct 14 '20 19:10 matthiashermsen