ColorWheel
iOS SpriteKit game
ColorWheel is an iOS game where players match the color wheel to the color of the ball dropping by tapping on the screen. If the player fails to match up the ball to the correct color they lose. The game insreases in difficulty every five points scored.
Development setup
Must use latest version of Xcode (9.4 or later). To import project go to file > open > find and select ColorWheel.xcodeproj
Release History
- 1.0.0
- Original release
Contact
Angela Rucci – @AngelaRucci – AngelaNRucci@icloud.com - http://www.angelarucci.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/AngelaRucci
Contributing
- Fork it (https://github.com/AngelaRucci/ColorWheel/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request