Submissions from 2018-11-10 to 2018-11-11 (1 total)

Today I made a Entity Component System base skeleton in lua to understand how it works.
The objective with this is to migrate the minesweeper I built two week ago to this architecture, and see if its so good as people suggest.
I already saw multiple really nice possibilities with this architecture, but lets only take conclusions after having something concrete implemented in it.