|
Flash » Game Development » Understanding the Game Loop - Basix (107 views) Almost every game can be thought of as having one main function that contains all the game logic, and which is run either when the user does something, or after a certain amount of time. This cycle of running the same core function over and over again is |