From 419a30a2c529fe3b9c17e1ef354588da95a79848 Mon Sep 17 00:00:00 2001 From: DJYohann Date: Sun, 12 Feb 2023 17:08:35 +0100 Subject: [PATCH] =?UTF-8?q?feat=20-=20=F0=9F=93=9D=20change=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 31991c0..de2141f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ## Rules +* Game has 1 grid, 2 players +* Each player choose one column and insert a piece +* The first player to connect 4 checkers in a row is the winner. + ## Getting started ### Requirements @@ -15,6 +19,13 @@ git clone https://codefirst.iut.uca.fr/git/yohann.breuil/Puissance4.git ``` +### Open in XCode + +```sh +cd Src +open PuissanceQuatre.xcworkspace +``` + ### Build model ```sh