aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/src/lib.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-09-26track player status and return player outcomes from matchIlion Beyst1-37/+25
2022-09-23ensure bots cleanly stop before a match completesIlion Beyst1-4/+2
2022-09-22test docker runner timeoutsIlion Beyst1-1/+1
2022-08-28raise turn limit to 500Ilion Beyst1-1/+1
2022-04-28move match running logic to separate moduleIlion Beyst1-1/+0
2022-04-27return winner when running a matchIlion Beyst1-2/+16
2022-03-13apply clippy suggestionsIlion Beyst1-2/+2
2022-02-23implement matchloggerIlion Beyst1-24/+33
2022-02-03remove send_info methodIlion Beyst1-1/+1
2022-01-23run all bots in python docker for nowIlion Beyst1-5/+12
2022-01-22implement docker runnerIlion Beyst1-9/+22
2022-01-18running a bot in docker PoCIlion Beyst1-3/+3
2022-01-01extract matchrunner crate from planetwars-cliIlion Beyst1-0/+90