Difference between revisions of "Module Layout"
From Another End
Line 1: | Line 1: | ||
[[File:SP_Server.png | frame]] | [[File:SP_Server.png | frame]] | ||
+ | |||
+ | ==Context== | ||
+ | * Generated World stored within EnvironmentGenerator | ||
+ | * Generated Story nodes stored within StoryGenerator | ||
+ | * Socket communication is handled solely within server.js | ||
+ | ** Any messages needing to be emitted by the generators will be emitted to the main file and forwarded from there |
Latest revision as of 00:23, 5 November 2014
Context
- Generated World stored within EnvironmentGenerator
- Generated Story nodes stored within StoryGenerator
- Socket communication is handled solely within server.js
- Any messages needing to be emitted by the generators will be emitted to the main file and forwarded from there