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.
Ismail TAHA JANAN f1159d77b8
Mise à jour de 'README.md'
2 years ago
src first commit 2 years ago
.DS_Store just rules not working well 2 years ago
README.md Mise à jour de 'README.md' 2 years ago
drone.yml second commit 2 years ago

README.md

Introduction

Brief history of Connect Four game
Overview of the Connect Four game built in Swift

Game Mechanics

How to play Connect Four
The game grid and pieces
Winning conditions

Implementation in Swift

Design of the game grid
Use of arrays and loops
Code for playing a move and checking for a win
How to interact with the game in the terminal

Demonstration

Show a live demo of the game in action in the terminal
Explain how to make a move and how the game checks for a win
Demonstrate some sample games and show how the game can end in a win or a draw

Conclusion

Recap of the game mechanics and implementation in Swift
Future possibilities for the game, such as a graphical user interface or online multiplayer support
Encourage the audience to try building their own version of Connect Four or to expand on this version.