Skip to content

ouuan/botzone-local-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botzone local runner

Run Botzone judger & bots at local.

You need:

  • Several bots.
  • A judger.
  • 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.

About

在本地运行 Botzone judger & bot

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published