Source code

Discussion in 'Public Game Developers Forum' started by dudez0r, Jun 23, 2009.

  1. dudez0r

    dudez0r Well-Known Member

    May 9, 2009
    114
    0
    0
    if i have a Source code of a game how do i accutaly make a game of it ?
    Sorry im a newbie with Coding
     
  2. NickFalk

    NickFalk Well-Known Member

    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. :)
     

Share This Page