screeps-starter-python
screeps-starter-python copied to clipboard
Javascript uses conventions from ES6 (import/export) when they're not supported in screeps
Got the program working but it uses syntax from ES6 which is not supported in screeps such as import/export
it also uses depricated screeps syntax, such as "createCreep" which has since been replaced with "spawnCreep"