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 1c796e5a6f
continuous-integration/drone/push Build is passing Details
feat - 📝 change README
2 years ago
Doc/Model.doccarchive feat - add comments and export documentation 2 years ago
Src feat - add comments and export documentation 2 years ago
.drone.yml feat - change CI 2 years ago
.gitignore first commit 2 years ago
README.md feat - 📝 change README 2 years ago

README.md

Connect 4

Rules

  • Game has 1 grid, 2 players
  • Each player choose one column and insert a piece
  • The first player to connect 4 checkers in a row is the winner.

Getting started

Requirements

  • Swift
  • XCode

Get project

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

Open in XCode

cd Src
open PuissanceQuatre.xcworkspace

Build model

cd Src/Model
swift build

Run tests

cd Src/Model
swift test

Launch app (in XCode)

Click on Arrow icon

Warning Game is no finished but there is code unused but with logic in comments

Documentation (open in XCode)

cd Doc
open Model.doccarchive

Author

  • Yohann BREUIL