I am using Xcode and I am new to Objective-C and Cocoa programming. I want to create a very simple sprite game in Xcode, but I do not know what code I should type or where/how to get started.
It's a simple game where you play as a ball (I was thinking of using an NSButton with a picture) and you jump around until you touch a flag to complete the level. I also want to add a system of sprite detection so that you can kill enemies if you jump on their heads.