if i have a Source code of a game how do i accutaly make a game of it ? Sorry im a newbie with Coding
The basic idea is that you run your code through a compiler to make an executable file. In iPhone development you do this through Xcode which uses the GCC(?)-compiler I believe. My guess is that you are perhaps getting a little ahead of yourself though if you're starting off with a bunch of source code and no knowledge whatsoever.