Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 878
Lucas Azevedo Avatar asked Dec 11 '22 02:12

Lucas Azevedo


2 Answers

So far there is no official way to integrate an IDE to Screeps. But this reddit user has created a node.js script that can sync your local filesystem to your Screeps internal editor. If the IDE has git support, it's then possible to push the code to github.

like image 151
Lucas Azevedo Avatar answered Dec 22 '22 01:12

Lucas Azevedo


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.

like image 41
R A Avatar answered Dec 22 '22 01:12

R A