You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
367 B

# 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