From 78c4818516ffec564f752f054da21194a39cbfe2 Mon Sep 17 00:00:00 2001 From: DJYohann Date: Sat, 11 Feb 2023 15:05:50 +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 | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6430fb6..d8f3a70 100644 --- a/README.md +++ b/README.md @@ -1 +1,44 @@ -# Puissance 4 \ No newline at end of file +# Connect 4 + +## Rules + +## Getting started + +### Requirements + +* Swift + +### Get project + +```sh +git clone https://codefirst.iut.uca.fr/git/yohann.breuil/Puissance4.git +``` + +### Build model + +```sh +cd Src/Model +swift test +``` + +### Run tests + +```sh +cd Src/Model +swift test +``` + +### Launch app + +```sh + +``` + +### Generate documentation + +```sh + +``` + +## Class diagramm +