diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 15:36:23 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 17:48:54 +0100 |
commit | 92a13bac9289fd00a6fa2c70129490fa22ef0661 (patch) | |
tree | ceba13a471891b03be10fe20b768db37f4cb3c71 /planetwars-localdev/assets/pw_project.toml | |
parent | d0a0fcfdeda2c315a13ddd96b4fca958da0d9858 (diff) | |
download | planetwars.dev-92a13bac9289fd00a6fa2c70129490fa22ef0661.tar.xz planetwars.dev-92a13bac9289fd00a6fa2c70129490fa22ef0661.zip |
add init-project command
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 |