planetwars.dev/planetwars-cli/assets/pw_workspace.toml

10 lines
198 B
TOML
Raw Normal View History

2021-12-25 14:36:23 +00:00
[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"]