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.
DJYohann 95d95f6b60
continuous-integration/drone/push Build is failing Details
feat - add display and scan method in CLT
2 years ago
Doc/Model.doccarchive feat - add doc 2 years ago
Src feat - add display and scan method in CLT 2 years ago
.drone.yml feat - change CI 2 years ago
.gitignore first commit 2 years ago
README.md fix - 📝 change README 2 years ago

README.md

Connect 4

Rules

Getting started

Requirements

  • Swift
  • XCode

Get project

git clone https://codefirst.iut.uca.fr/git/yohann.breuil/Puissance4.git

Build model

cd Src/Model
swift build

Run tests

cd Src/Model
swift test

Launch app

cd CLT/CLT/
swift

Documentation (open in XCode)

cd Doc
open Model.doccarchive

Author

  • Yohann BREUIL