From 7f003355f76001c736b59cf304805aa8cffb76db Mon Sep 17 00:00:00 2001 From: dovixman Date: Thu, 14 Nov 2024 09:13:15 +0100 Subject: [PATCH] update documentation with turns variable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37d760e..9d172ce 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ For a quick start, you can create a `game.cfg` file with the following content ( ``` bots=('ghcr.io/{username}/{repository}') map=square.txt +turns=1000 ``` You can now run the game engine by executing `./start-game.sh -f game.cfg`.