Full framework and version listing for client code?



  • Hi folks,

    The Server Side Architecture document is a great start to understanding the way our Screeps game-playing code is run.

    However, it doesn't tell us what frameworks are available. I know Lodash is already available, and of course the various Creeps-related libraries are available without any "requires". Are there any others?

    What about the exact version of Node.js (I think I saw 6.6 mentioned in some support threads) and the libraries?

    Thanks!


  • Dev Team

    There are no libraries except lodash 3.10.1.

    Node.js version is 6.6.0. We updated this info in the article.