Skip to content

AngelaRucci/ColorWheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

homescreen

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 – @AngelaRucciAngelaNRucci@icloud.com - http://www.angelarucci.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/AngelaRucci

Contributing

  1. Fork it (https://github.com/AngelaRucci/ColorWheel/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request