iOS Card Battle is a simple card battle game developed for iOS using Swift and UIKit framework. It allows players to engage in battles using a deck of cards featuring various characters and abilities.
- Card Selection: Choose cards from your deck to build your battle strategy.
- Turn-Based Battles: Engage in turn-based battles against AI opponents.
- Unique Abilities: Each card has unique abilities and stats that affect the outcome of battles.
- Deck Management: Manage your deck by adding or removing cards to optimize your strategy.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Ayushanbhore/IOS-Cardbattle.git
- Open the project in Xcode:
cd IOS-Cardbattle
open CardBattle.xcodeproj
- Build and run the project in Xcode.
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to Justcloth.in for providing the card art used in this project.