planetwars.dev/planetwars-cli/README.md

11 lines
321 B
Markdown
Raw Normal View History

2021-12-25 14:45:05 +01:00
# planetwars-localdev
2021-12-25 15:36:23 +01:00
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`
2021-12-25 20:30:09 +01:00
4. View your match in the web UI: `pwcli serve`