diff options
Diffstat (limited to 'planetwars-localdev/assets/pw_project.toml')
-rw-r--r-- | planetwars-localdev/assets/pw_project.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/planetwars-localdev/assets/pw_project.toml b/planetwars-localdev/assets/pw_project.toml new file mode 100644 index 0000000..85a4ab6 --- /dev/null +++ b/planetwars-localdev/assets/pw_project.toml @@ -0,0 +1,10 @@ +[bots] + +# define a bot called simplebot +[bots.simplebot] + +# The working directory for the bot. +path = "./bots/simplebot" + +# What command to use for running the bot +argv = ["python", "simplebot.py"]
\ No newline at end of file |