From dacc05a41b77bf2e86e27ac354db9b047c661a7d Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 28 Dec 2021 14:57:41 +0100 Subject: refactor workspace code --- planetwars-cli/assets/pw_workspace.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'planetwars-cli/assets/pw_workspace.toml') diff --git a/planetwars-cli/assets/pw_workspace.toml b/planetwars-cli/assets/pw_workspace.toml index 85a4ab6..d82840f 100644 --- a/planetwars-cli/assets/pw_workspace.toml +++ b/planetwars-cli/assets/pw_workspace.toml @@ -1,10 +1,6 @@ -[bots] +[paths] +maps_dir = "maps" +matches_dir = "matches" -# 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 +path = "bots/simplebot" -- cgit v1.2.3