Parcourir la source

Add explanations to run games

DricomDragon il y a 4 ans
Parent
commit
19633c7c44
1 fichiers modifiés avec 14 ajouts et 0 suppressions
  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).