diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 15:36:23 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 17:48:54 +0100 |
commit | 92a13bac9289fd00a6fa2c70129490fa22ef0661 (patch) | |
tree | ceba13a471891b03be10fe20b768db37f4cb3c71 /planetwars-localdev/README.md | |
parent | d0a0fcfdeda2c315a13ddd96b4fca958da0d9858 (diff) | |
download | planetwars.dev-92a13bac9289fd00a6fa2c70129490fa22ef0661.tar.xz planetwars.dev-92a13bac9289fd00a6fa2c70129490fa22ef0661.zip |
add init-project command
Diffstat (limited to 'planetwars-localdev/README.md')
-rw-r--r-- | planetwars-localdev/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/planetwars-localdev/README.md b/planetwars-localdev/README.md index 1e923b9..3263508 100644 --- a/planetwars-localdev/README.md +++ b/planetwars-localdev/README.md @@ -1,3 +1,9 @@ # planetwars-localdev -Tools for developping planetwars bots locally.
\ No newline at end of file +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` |