Card War Game is a simple and fun iOS application developed using Xcode, Swift, and Storyboard. In this game, two cards are revealed every 5 seconds, and the player with the higher card value scores a point. The game continues until all cards in the deck have been played, and the player with the most points at the end is declared the winner.
App Presentation Video:
https://youtu.be/zkGAiQ_yuvA?si=wTTFrgzlyLFwpdah
Screen Shots:




- Automated Card Reveal: Cards are revealed automatically every 5 seconds.
- Scoring System: Points are awarded based on the card values.
- End Game Condition: The game ends when the deck is empty, and the winner is announced.
- User-Friendly Interface: Developed with a clear and intuitive UI using Storyboard.
- Xcode
- Swift
- Storyboard
- Launch the app.
- Watch as two cards are revealed every 5 seconds.
- Observe the points being awarded for the higher card.
- The game ends when all cards are played, and the player with the highest score wins.
Enjoy the game and may the best card win!
- Xcode - Official site for Xcode, the IDE used for this project.
- Swift - Official site for Swift, the programming language used in this project.
- Storyboard - Apple documentation for Storyboard, used for designing the user interface.
- App Store - Official site for the App Store, where the game can be published.