Stone Tao
Stone Tao
For users using the feature that allows you to create visualizer replays using just the command stream from bots, this data can easily be stored into an entry in a...
For the type of "Kaggle" competitions where users submit a "agent" (or code) that then is run, and a score is produced and set as the leaderboard rank. Require's a...
For secure mode, most likely just need to execute the same process multiple times, have multiple connections
Certain types like player id `nanoid`s and `Agent.ID` are effectively just strings or numbers, leading to lower type safety in typescript as it won't catch errors when perhaps a player...
At the moment, in a non securemode a bot can over run the memory limits.
Needs language support on more languages and add starter kits and tests for them - [x] C++ - [x] Java - [x] Python - [x] Typescript/Javascript Important ones: - [x]...
Currently we use the default one docker gives us. There are probably some improvements that can be made
Currently, mongodb and google cloud storage plugin related packages are dependencies, but should be optional and installed only if a user uses those plugins. Making them optional will reduce package...
Use the cluster module to simulate multiple instances and do tests with that.