Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Folder's Structure

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.

Clone this wiki locally