Go to file
2023-11-27 01:52:56 +01:00
node_modules Created Basic Structure 2023-11-26 18:32:02 +01:00
screeps.com Added basic creep behaviour execution based on assigned role. 2023-11-27 01:52:56 +01:00
.gitignore Created Basic Structure 2023-11-26 18:32:02 +01:00
LICENSE Initial commit 2023-11-26 15:10:53 +00:00
package-lock.json Created Basic Structure 2023-11-26 18:32:02 +01:00
package.json Created Basic Structure 2023-11-26 18:32:02 +01:00
README.md Typo in README.md 2023-11-27 01:22:22 +01:00

Screeps

Personal scripts for the MMO Coding Game Screeps.

Setup

To enable autocomplete execute npm install @types/screeps @types/lodash in scripts where your screeps scripts root directory is.