Introduction to game structure design
Video games have evolved over the past decades to become more and more sophisticated in both their storytelling techniques and gameplay mechanics. This, in turn, has made the game development process even more complicated as game programmers are no longer the ones who also design the game mechanics or the ones who decide the storyline.
Therefore, game developers had to find a way to streamline the development workflow so that both the designers and programmers could communicate more closely to make sure that there is no conflict between the game design and technical implementation during the production stage. This resulted in an emphasis on the importance of game structure design during the pre-production stage. From the game structure, developers will be able to see the bigger picture and point out possible improvements for the game before they start implementing it.
Game structure consists of several different categories, including the flow of the...