The game loop is just that: a loop.
简单来说,游戏主循环就是一个循环过程。
何为游戏循环?
This sequence is handled through the game loop.
这序列就是通过游戏循环来实现的。
The game loop is the heartbeat of every game, no game can run without it.
游戏循环就像心跳,没有游戏能离开它。
With this kind of game loop, the implementation of update_game will stay easy.
在这种游戏循环下,update_game的实现能保持简单。
With this kind of game loop, the implementation of update_game will stay easy.
在这种游戏循环下,update_game的实现能保持简单。
应用推荐