Signature Keys is an iOS game about sound and motion. Built in Swift, it takes advantage of Apple's CoreData, Social and DynamicAnimator libraries, as well as Firebase, and AudioKit. This project was done as a part of a major uni project in 42889 iOS Application Development.
- Learn how to play simple piano progressions with fun, rewarding gameplay
- Leaderboards to track how you stack up against other piano genius
- Share your score with social media!
Requires Cocoa Pods, which can be installed with:
sudo gem install cocoapods
Then navigate to the project folder and run:
pod install
And finally open the project via the .xcworkspace
file.
The project can now be run with the Xcode run button.