amaatouq / netwise

open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
1 stars 0 forks source link

Restructuring the folders #28

Closed amaatouq closed 6 years ago

amaatouq commented 6 years ago

To clean up the structure of the project we could have:

Where intro and outro will be only client side.

npaton commented 6 years ago

I wanted to make this change but I am not sure I agree with this new structure. intro and outro might not be part of the game per se, but they are client only. bots on the other hand are server only. I do need to a valid a loading order, basically I need my index.js at each root of client and server code. Could we be more fancy, yes, but I'm not sure the added value. I do like the clear separation between server and client, I think it's a nice and simple indicator for the developer where things will run. Maybe something like:

amaatouq commented 6 years ago

Sure. I don't mind this separation as long as we know that intro/outro will not have server-side .. and bots will have no client side in the future :) hopefully!