All Questions
Tagged with source-code architecture
2 questions
-2
votes
1
answer
563
views
What happens when a game is burned to a CD?
What is happening behind the scenes when you take a code base and "burn" it to a CD be read by a game console?
4
votes
3
answers
384
views
How to understand huge code bases? [closed]
I read about game loops, read tutorials of simple games like Asteroids and programmed them by myself. Nevertheless if I try to start reading code of a game with many many thousand lines of code, I ...