diff options
Diffstat (limited to 'planetwars-localdev/README.md')
-rw-r--r-- | planetwars-localdev/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/planetwars-localdev/README.md b/planetwars-localdev/README.md deleted file mode 100644 index 72572d2..0000000 --- a/planetwars-localdev/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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` |