Stone Tao
Stone Tao
Sometimes it's lowercase and sometimes it's all upper case
Some users see the collision warnings as being too verbose One option here is instead of setting the suppress argument to true, set it to a list of warnings to...
Would be nice to have some tutorial docs written up before the official release on Kaggle that take someone step by step on how to make a simple bot that...
v6.0.x
Addressing #142
It makes little sense for this repository to have it's own "Design" class. A environment should be definable in any format, and be allowed to plug right into this. This...
e.g. for player ids, prefix with `pl_` and disallow usernames starting with `pl_` This way, database layer doesnt need to find the user first to then figureout the player id...
Specifically, move all imported values (not types) out of design. Moreover, move default configurations for some class to the actual class' file. This should fix bugs with tree shaking when...
Current engine uses by default, and can only use `COMMAND_STREAM_TYPE.SEQUENTIAL` which means the stream of command sent by agents are aggregated together and all sent to the `design`'s update function,...
Right now you can create a `Design` or a `CustomDesign`, with the latter being just a wrapper around calling a script that runs a competition and returns results to be...
Command based replays are just copies of every command in the order they were sent to the design update function. As this is all in type/javascript, any design written with...