Advertisements
Monthly Archives: March 2013
Thoughts on the Javascript game loop.
The game loop is the heart of the video game : each ‘pulse’, any video game calls a function that will : handle user input. update the world of the game. draw the world on the screen. the looping function … Continue reading