The Classic! Want to go down memory lane and have a Connect Four competition with your friends/family? I got you!
I created a Connect Four App that utilizes:
- Collection views
- Enums
- UIButtons
- Game logic
Before the game starts, both players are prompted to enter their names. Those names appear in the turn indicator, win message, and score display throughout the game. Tapping a column that is already full does nothing — no alert, no interruption.
Requirements: Xcode 14 or later · iOS 15.5 or later · No third-party dependencies
To run: Open Connect Four Game.xcodeproj in Xcode, select an iPhone simulator from the device toolbar, and press Run (or Cmd+R).
Get the whole experience!


