Add support for multiple AI-controlled players

This commit is contained in:
Maximilian Moser
2024-03-04 23:14:11 +01:00
parent 0dd62af930
commit 5d4b3c55c6
2 changed files with 19 additions and 6 deletions

View File

@@ -23,4 +23,4 @@ Other key bindings are:
## Playing against AI
If you want to play against the AI instead of other players, supply the corresponding CLI flag: `pipenv run ./maxman.py --ai`
If you want to play against the AI instead of other players, supply the corresponding CLI flag: `pipenv run ./maxman.py --ai <number of AI players>`