# 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 build ``` ### Run tests ```sh cd Src/Model swift test ``` ### Launch app ```sh cd CLT/CLT/ swift ``` ### Documentation [Model documentation](./Doc) ## Author * Yohann BREUIL