From 0d30299c83c80bde0a8bb5f6baff3cc24906aab1 Mon Sep 17 00:00:00 2001
From: "dario.genga" <dario.genga@etu.hesge.ch>
Date: Mon, 27 Dec 2021 21:25:24 +0100
Subject: [PATCH] Added how to run the program in the readme

Usage: puissance4 <mode> <row> <col>
    mode  specifies the mode:
        1 = single player game (random),
        2 = single player game (AI),
        3 = two players game
row   specifies the number of rows (>= 4)
col   specifies the number of columns (>= 4)
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 26496aa..3619e0f 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,16 @@ Use this command to clean the project.
 
 Use this command to compile and start the tests.
 
+## Run the project
+
+Execute the `puissance4` file.
+
+```
+Usage: puissance4 <mode> <row> <col>
+    mode  specifies the mode:
+        1 = single player game (random),
+        2 = single player game (AI),
+        3 = two players game
+row   specifies the number of rows (>= 4)
+col   specifies the number of columns (>= 4)
+```
-- 
GitLab