diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-26 11:16:17 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-26 11:16:17 +0100 |
commit | 16983d110e90972ceed4ca6d65473d038c9cb854 (patch) | |
tree | 6518252492f186186b1446cb85f65fd60609c980 /voerbak/readme.md | |
parent | 4979a5ec8b88f7a385b7ec6ed5a26bbcfe4ff7f3 (diff) |
diewertje beginnings
Diffstat (limited to 'voerbak/readme.md')
-rw-r--r-- | voerbak/readme.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/voerbak/readme.md b/voerbak/readme.md index 9a93189..1197ce3 100644 --- a/voerbak/readme.md +++ b/voerbak/readme.md @@ -12,6 +12,8 @@ Voerbak uses a 1-dimensional array for storing the playfield, and it's printed a 7|8|9|10|11|12|13 0|1|2|3|4|5|6 +Voerbak is used in this project using api/game/voerbak_connector.py + ## Building ```sh @@ -54,7 +56,7 @@ w|win|int-int = board indices where 4 was connected ```sh $ ./voerbak --help Usage: voerbak [OPTION...] arguments -Connect 4 game solver +Connect 4 engine -c, --solver=NAME Solver used for computing moves (unset is two humans playing) @@ -72,7 +74,3 @@ for any corresponding short options. Report bugs to https://github.com/lonkaars/po-4-op-een-rij/. ``` - - - - |