# botzone-local-runner **Repository Path**: ouuan/botzone-local-runner ## Basic Information - **Project Name**: botzone-local-runner - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2025-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Botzone local runner Run [Botzone](https://botzone.org.cn) judger & bots at local. You need: - Several [bots](https://wiki.botzone.org.cn/index.php?title=Bot). - A [judger](https://wiki.botzone.org.cn/index.php?title=%E8%A3%81%E5%88%A4). - Run `yarn`. - Run `yarn start -b path/to/bot1 path/to/bot2 ... -j path/to/judger`. The bots and the judger must be executable. You can use a bash script if the code of your bot/judger is not self-executable. The number of bots is the number of players. The same bot file can be repeated. Several properties are not supported: `time`, `memory`, `time_limit`, `memory_limit`, `debug`. TLE is not detected. RE will cause the runner to fail. Only JSON interaction is supported. The outputs contain the `display` property from the judger.