screeps-typescript-starter
screeps-typescript-starter copied to clipboard
Starter kit for TypeScript-based Screeps AI codes.
I have gone in the problem where i have found a lot of unused bundled code (lodash) and found easy way to solve that. As in Screeps the lodash module...
Since GitBook has made a lot of updates and severely limiting our free plan, we should consider moving to another documentation provider. [Docz](https://docz.site) seems like a good thing to migrate...
I setup the starter kit, and it works, then i start to add code. I am now using the simplest thing i can think of `for (var name in Game.creeps)...
Hi! I am trying to locally upgrade the `source-map` dependency. As of now, [the following code](https://github.com/screepers/screeps-typescript-starter/blob/43e4f741f8fc027eaae70b2ca62bfb2c96b7270b/src/utils/ErrorMapper.ts#L8) is initializing it: ```typescript public static get consumer(): SourceMapConsumer { if (this._consumer == null)...
As per PR #113 and PR #114, but I am splitting this into a new issue for discussion. Testing frameworks and tools are useful for mature codebases, but cause installation...
Steps to reproduce: 1. Download the repository and unzip 2. Navigate to directory and run `npm install` 3. Compile with `rollup -c` Result: ``` src/main.ts → dist/main.js... [!] (commonjs plugin)...
I've tried a few of them, and so far, this class of modules seems to fail when it should be able to run in Screeps. Consider this code added to...
May be we can try this on [my repo](https://github.com/ttxs25830/ScreepsBot). [The workflow file](https://github.com/ttxs25830/ScreepsBot/blob/master/.github/workflows/main.yml) It work on `sed -i` and a [screeps.template.json](https://github.com/ttxs25830/ScreepsBot/blob/master/screeps.template.json) file.
I have no idea how this tool works, but I couldn't get a simple dev setup working after an hour of tinkering. This is due to needing some kind of...