Why a main game loop is necessary for developing a game?
- by Tattat
I find that many game development requires a main game loop, but I don't know why it is necessary. Can't we implement an event listener, and response to every user actions. Also, the animation can be played when a event occurs.
What is the purpose for making a main game loop.