An iOS app for chess scoring in Apple Developer Academy
TODO
iOS 16.4 or later Swift 5.0
- Clone the repository
- Open
ADACatur.xcodeproj
- Build and run the project on the iOS Simulator or a connected device
No additional configuration is required for this project.
- Move to the main branch and get the latest version:
git checkout main && git pull
- Create your branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add YourFeature'
- Push to the branch:
git push origin feature/YourFeature
- Submit a pull request
This project is licensed under the MIT License.