This is yet another AI for the MMO strategy game for programmers, screeps
I'm still working to generalize the code to run efficiently with different room designs and multi-room environments, but at this point, the code should work reasonably well on a single room.
Install dependencies
npm install
-
rename .screeps.json.example to .screeps.json
-
update the file according to your login credentials
To build and push to server, run:
npm run screeps
To only build, run:
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.