blob: 763a3b126ed837a009f3902a85db509d57cb0bc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# planetwars-localdev
Tools for developping planetwars bots locally.
## Getting started
1. Initialize your workspace directory: `pwcli init my_workspace`
2. Enter your fresh workspace: `cd my_workspace`
3. Run an example match: `pwcli run-match hex simplebot simplebot`
4. View your match in the web UI: `pwcli serve`
|