An iOS app made as a milestone project while learning swift. It's a version of hangman where the user has to guess the names of car manufacturers. On guessing a wrong letter an apple falls. You also get indicators for number of wins and losses
Clone the repo locally and open it with Xcode (11+) and then connect your ios device to your macbook. Select your device to build the app and then click run to build and run the app on your device. You can then disconect the phone. Note : You need to go to Settings > General > Device Management > Apple Development > Trust this Developer
This app only runs on ios 13.0 and above (iPhone and iPad) You need Xcode to build the app.
As such there were no bugs found during the testing but if found please do raise an issue.
Open the project on Xcode and build the app on your device.
- Swift - Powerful programming language used for ios dev
- Xcode - IDE for ios dev
- SwiftUI - Framework used
Not taking any contributions as it is just a milestone project. But you are free to make changes to it and distribute it as per your will.
- Dhruv Vyas - Complete Development - DHvyas
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to the apple team which made the course for learning Swift. It is very intuative and makes it easy to learn on our own.