|
@@ -13,3 +13,17 @@ Our team :
|
|
|
- Quentin
|
|
|
- Baptiste
|
|
|
- Jovian
|
|
|
+
|
|
|
+## How to play
|
|
|
+
|
|
|
+_Requirement : you need [python version 3](https://www.python.org/downloads/) to start games_
|
|
|
+
|
|
|
+Every file prependend by `Q_` is an executable that you can run with python.
|
|
|
+
|
|
|
+You can invoke python from a terminal :
|
|
|
+```sh
|
|
|
+python3 project/Q_HumainVsRandomIA.py
|
|
|
+python3 project/Q_HumainVsMinMax1.py
|
|
|
+```
|
|
|
+
|
|
|
+Or run the files directly from your prefered IDE (like IDLE, the default IDE packed with python).
|