Few specific questions on how games are developed

Posted by russ on Programmers See other posts from Programmers or by russ
Published on 2012-07-01T19:48:10Z Indexed on 2012/07/01 21:23 UTC
Read the original article Hit count: 356

Filed under:

When it comes to programming games from the old school sega games like sonic to indie games or angry birds or even to more advance games like Diablo, how exactly is level design done? As in, are the levels sometimes designed straight out of code in an IDE? Or do they create a visual level design editor where things can be placed at the click of a mouse button? I'm imagining old school games or very simple ones like indies are done via code, where extremely complicated ones require a visual editor. Is this correct?

Also, when it comes to libraries like SDL or XNA, how often are these used rather than just utilizing OpenGL or DirectX? What about creating your own game engine vs utilizing one already made? Do most use already built engines? This question is directed toward the whole gaming spectrum of indie/big game development.

Thanks.

© Programmers or respective owner

Related posts about game-development