PDA

View Full Version : Source code


dudez0r
06-23-2009, 07:35 AM
if i have a Source code of a game how do i accutaly make a game of it ?
Sorry im a newbie with Coding

NickFalk
06-23-2009, 08:17 AM
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. :)