Przeglądaj źródła

Add explanations to run games

DricomDragon 4 lat temu
rodzic
commit
19633c7c44
1 zmienionych plików z 14 dodań i 0 usunięć
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -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).