afonsolage / skyon

Sandbox MMORPG
0 stars 0 forks source link

Reorganize project folder and naming convention #49

Closed afonsolage closed 3 years ago

afonsolage commented 3 years ago

Actual state

Currently the project has the following folder structure:

Scripts and scenes folders are more complex, so here they are in more detail:

client

On client-side, scenes have visual and only information that client actually needs to have.

server

On server-side, there is no visual, but have collision, volume and other data used to compute behavior

What isn't working good

Proposed state

Selling points

Questions to be solved

Final overview