screeps-starter-python icon indicating copy to clipboard operation
screeps-starter-python copied to clipboard

Starter Python AI for screeps, the JavaScript MMO game

Results 12 screeps-starter-python issues
Sort by recently updated
recently updated
newest added
trafficstars

this same problem in python 3.12 and in conda python 3.11 d:\anaconda3\envs\screeps\Library\screeps-starter-python>python build.py Traceback (most recent call last): File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 437, in main() File "d:\anaconda3\envs\screeps\Library\screeps-starter-python\build.py", line 426, in main...

Got the program working but it uses syntax from ES6 which is not supported in screeps such as import/export ![image](https://github.com/daboross/screeps-starter-python/assets/9406934/d73e1acc-78b3-4efc-94cb-7d626d2592a3)

When attempting to build it with a fresh install of node.js, the build fails because it attempts to call "npm bin" but that command had been removed in npm 9.0.0....

im not sure if this issue is new or similar to the bin removed error previously posted if its the same thing ill just post a comment in the other...

As the `build.py` does not work with newer `node` versions, I thought it is better to be explicit about it.

Screeps claims to be python-compatible, but the only version of python you can play it is so old it's illegal to code in it. There is a new version of...

``` running transcrypt... Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.7.17 Copyright (C) Geatec Engineering. License: Apache 2.0 Saving target code in: /home/toor/Desktop/game/screeps-starter-python/screeps-starter-python/src/__target__/org.transcrypt.__runtime__.js Saving target code in:...

This rewrites the provided code to match, as much as possible, the code in https://github.com/screeps/tutorial-scripts/. The two exceptions are that I've left in some of the comments, and included code...