planetwars.dev/planetwars-cli/README.md

11 lines
321 B
Markdown
Raw Normal View History

2021-12-25 13:45:05 +00:00
# planetwars-localdev
2021-12-25 14:36:23 +00:00
Tools for developping planetwars bots locally.
## Getting started
2021-12-26 21:00:20 +00:00
1. Initialize your workspace directory: `pwcli init my_workspace`
2. Enter your fresh workspace: `cd my_workspace`
2021-12-25 14:36:23 +00:00
3. Run an example match: `pwcli run-match hex simplebot simplebot`
2021-12-25 19:30:09 +00:00
4. View your match in the web UI: `pwcli serve`