10 lines
321 B
Markdown
10 lines
321 B
Markdown
# 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`
|