Skip to content
Snippets Groups Projects
Commit f026560e authored by dario.genga's avatar dario.genga
Browse files

Merge branch 'develop' into main

parents 62438e0e 0d30299c
No related branches found
No related tags found
No related merge requests found
...@@ -23,3 +23,16 @@ Use this command to clean the project. ...@@ -23,3 +23,16 @@ Use this command to clean the project.
Use this command to compile and start the tests. 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)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment