aboutsummaryrefslogtreecommitdiff
path: root/planetwars-cli/assets/pw_project.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2021-12-26 21:06:52 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2021-12-26 21:07:19 +0100
commitc04d4a449bd147c632c0b6ceae04f0514803b66f (patch)
tree6c75eea8bbd8cf1be06330ddf4d592b019c6b339 /planetwars-cli/assets/pw_project.toml
parentb1e9490f55e4f360c249a107dcc5809a663dec42 (diff)
downloadplanetwars.dev-c04d4a449bd147c632c0b6ceae04f0514803b66f.tar.xz
planetwars.dev-c04d4a449bd147c632c0b6ceae04f0514803b66f.zip
rename to planetwars-cli
Diffstat (limited to 'planetwars-cli/assets/pw_project.toml')
-rw-r--r--planetwars-cli/assets/pw_project.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/planetwars-cli/assets/pw_project.toml b/planetwars-cli/assets/pw_project.toml
new file mode 100644
index 0000000..85a4ab6
--- /dev/null
+++ b/planetwars-cli/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