Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes

I notice that there are different default files given by template. The three that I'm particularly interested in are the "Game," "Master Detail," and "Single View" templates. We picked the "Game" template because our app is a game, but I have no idea what the files do that the template provided or why they are more useful to a game than another template. I haven't found a clear explanation at my level of understanding for this anywhere on the internet yet.

asked in CSC490_Spring2019 by (1 point)

1 Answer

+5 votes
 
Best answer

This doesn't answer your question, but it seems like you need to look for tutorials about building simple games for iOS using GameKit and/or "Game Center".

This one looks promising: https://www.raywenderlich.com/7544-game-center-for-ios-building-a-turn-based-game

Here's an older one that you might be able to learn from, even if it isn't fully up-to-date?: https://www.raywenderlich.com/2487-game-center-tutorial-how-to-make-a-simple-multiplayer-game-with-sprite-kit-part-1-2

answered by (508 points)
selected by
...