Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

iOS beta Invite for Orbit 7

Hello follow iOS developers. I'm in the middle of completing another app and would love some feed back from you guys. If your up for testing a game let me know via twitter or shoot me an email Aaron@Mav3r1ck.com

Preview: alt text

About the Game:

The goal is to reach a certain number of points by tapping on the different colored circles.

Hint:

case .RedCircle: return 5 * gameLevel
        case .BlueCircle: return 6 * gameLevel
        case .YellowCircle: return -3 * gameLevel
        case .GreenCircle: return 4 * gameLevel
        case .PurpleCircle: return -5 * gameLevel

Points needed to win:

Level 1 - 100

Level 2 - 200

Level 3 - 500

Level 4 - 1000

Level 5 - 2000