瀏覽代碼

Add explanations to run games

DricomDragon 4 年之前
父節點
當前提交
19633c7c44
共有 1 個文件被更改,包括 14 次插入0 次删除
  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).