- Sep 2, 2017
- 21
- 9
I can't imagine why you'd want to do this, but it's pretty simple. For a lot of it, just put the thing from one source code and put it in the other. If you don't know how to put it in or where all the missing parts are, look at the github's history and see where X thing was changed to remove that, then look at that entire change to see all the files affected by that merge/push/whateverI have the source code from both.
Then you just put back the code that had been removed.
As for recompiling source code into an actual game, the directions should be on the git about how to do that.