Difference between revisions of "Private Server"
Jump to navigation
Jump to search
(→Info) |
m |
||
Line 1: | Line 1: | ||
[[Category:Private Server]] |
[[Category:Private Server]] |
||
+ | [[Category:Stubs]] |
||
{{Stub}} |
{{Stub}} |
||
Revision as of 07:39, 2 December 2016
This article is a stub. You can help Screeps Wiki by editing to add more information.
Info
This article is a stub. You can help Screeps Wiki by editing to add more information.
TODO
Links
Source Code
https://GitHub.com/screeps/screeps | Main Repo, mostly a meta-package and wrapper for the rest. |
https://GitHub.com/screeps/launcher | Electron/CLI launcher |
https://GitHub.com/screeps/backend-local | Webserver/API module |
https://GitHub.com/screeps/engine | Core Engine, this is shared with the public server |
https://GitHub.com/screeps/storage | Storage module, acts as a communications hub for all other modules |
https://GitHub.com/screeps/common | Shared module that other modules use to connect to storage |
https://GitHub.com/screeps/driver | This is the driver for the engine. |