feat - 📝 change README
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d303f58b4e
commit
78c4818516
@ -1 +1,44 @@
|
|||||||
# Puissance 4
|
# 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
|
||||||
|
|
||||||
|
Loading…
Reference in new issue