From d561ff3fda4d59ed914b3f69fb4bb3feae9d75c3 Mon Sep 17 00:00:00 2001 From: "sabrina.lapaire" <sabrina.lapaire@etu.hesge.ch> Date: Fri, 4 Apr 2025 22:56:46 +0200 Subject: [PATCH] Modifier README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 463f6d3..7176b70 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ One player play with a smart AI. AI places his piece in a random column except i ## How to play ? **For play**, the user execute the program `./puissance4 <mode> <lines> <columns>`. -- `<mode>` : The game mod (1 for random AI, 2 for smart AI and 3 for two players) +- `<mode>` : The game mode (1 for random AI, 2 for smart AI and 3 for two players) - `<lines>` : The height (lines) of the board - `<columns>` : The width (columns) of the board. -- GitLab