eriansha / ADACatur

An iOS app to scoring chess player in Apple Developer Academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADA Catur

Swift Version License: MIT

An iOS app for chess scoring in Apple Developer Academy

Features

TODO

Requirements

iOS 16.4 or later Swift 5.0

Installation

  • Clone the repository
  • Open ADACatur.xcodeproj
  • Build and run the project on the iOS Simulator or a connected device

Configuration

No additional configuration is required for this project.

Contributing

  • 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

License

This project is licensed under the MIT License.

About

An iOS app to scoring chess player in Apple Developer Academy

License:MIT License


Languages

Language:Swift 100.0%