diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 20:30:09 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 20:30:09 +0100 |
commit | e681eb91cd8293cefed983e2a877ab99813ae1c5 (patch) | |
tree | 9419f5e11d13775ccfb573ed57938850ae31886e /planetwars-localdev/README.md | |
parent | 003c551e7320912d468b00905da234ad262b5446 (diff) | |
download | planetwars.dev-e681eb91cd8293cefed983e2a877ab99813ae1c5.tar.xz planetwars.dev-e681eb91cd8293cefed983e2a877ab99813ae1c5.zip |
implement webserver backend
Diffstat (limited to 'planetwars-localdev/README.md')
-rw-r--r-- | planetwars-localdev/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/planetwars-localdev/README.md b/planetwars-localdev/README.md index 3263508..72572d2 100644 --- a/planetwars-localdev/README.md +++ b/planetwars-localdev/README.md @@ -7,3 +7,4 @@ Tools for developping planetwars bots locally. 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` |