Search code examples
javascriptscreeps

Game Screeps - IDE Integration


I'm playing Screeps (http://screeps.com/) Simulation Room mode. I've been testing some scripts and I don't want to only save them to my local browser, I want to use an IDE to develop the code and push it to my github account. Is it possible to do it?


Solution

  • One way is to set up "sync from repository" under "GitHub Integration" in your Screeps "Account Settings".

    Once this is done any IDE that pushes to that repository will be autmatically pulled into your account and executed. This will affect the world and simulation scripts.