You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
levrault edited this page Jul 3, 2020
·
2 revisions
I tried to make my project structure clear as possible. An assets folders for every resource (sprites, audio, json files) and a src folder to contains the code and game logics.
The only rules insides the src folders is that, every kind of UI, GUI, go inside the Interfaces folders and every singleton goes on the Autoload folder.
The rest is divided between roles and code design decision.