From c04d4a449bd147c632c0b6ceae04f0514803b66f Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 26 Dec 2021 21:06:52 +0100 Subject: rename to planetwars-cli --- planetwars-cli/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 planetwars-cli/README.md (limited to 'planetwars-cli/README.md') diff --git a/planetwars-cli/README.md b/planetwars-cli/README.md new file mode 100644 index 0000000..72572d2 --- /dev/null +++ b/planetwars-cli/README.md @@ -0,0 +1,10 @@ +# planetwars-localdev + +Tools for developping planetwars bots locally. + +## Getting started + +1. Initialize your project directory: `pwcli init-project my_project` +2. Enter your fresh project: `cd my_project` +3. Run an example match: `pwcli run-match hex simplebot simplebot` +4. View your match in the web UI: `pwcli serve` -- cgit v1.2.3