daboross / screeps-starter-python

Starter Python AI for screeps, the JavaScript MMO game
MIT License
159 stars 62 forks source link

Javascript uses conventions from ES6 (import/export) when they're not supported in screeps #45

Open FiddlerNeb opened 1 year ago

FiddlerNeb commented 1 year ago

Got the program working but it uses syntax from ES6 which is not supported in screeps such as import/export

image

FiddlerNeb commented 1 year ago

it also uses depricated screeps syntax, such as "createCreep" which has since been replaced with "spawnCreep"