Battleship
I am very new to objective-c, however I have some experience in java. I want to build an application that replicates a game of "Battleship." What I want is a grid that stores some information(boat location, etc.) and I want it's display to change when it pressed. The information has to be mutable to the users, as they can place the boats on the grid. I was hoping that someone would be able to point me in the right direction about where to start building this. Like what sort of object I should use for the grid or individual squares. Or what sort of object I could use for the boats, since they will be dragged and dropped onto the grid. Any suggestions would be very helpful, do not underestimate how little I know about objective-c.
p.s. I'm aware that this application already exists in a number of forms, but this is a learning experience for me.
Thank you
|