Game Screeps - IDE Integration

I'm playing Screeps ( http://screeps.com/ ) room simulation mode. I have tested some scripts and I don't want to save them only in my local browser, I want to use the IDE to develop the code and push it to my github account. Can this be done?

+3


source to share


3 answers


One way is to set up "sync from repository" under the "GitHub Integration" section of your Screeps account settings.



Once this is done, any IDE that pushes towards this repository will be automatically inserted into your account and executed. This will affect the world and simulation scenarios.

+3


source


There is still no official way to integrate IDEs into Screeps. But this reddit user created a node.js script that can sync your local filesystem with the internal Screeps editor. If the IDE has git support, then you can push the code to github.



+8


source


+1


source







All Articles