Skip to content

Instantly share code, notes, and snippets.

@sebhtml
Created July 22, 2011 04:52
Show Gist options
  • Save sebhtml/1098917 to your computer and use it in GitHub Desktop.
Save sebhtml/1098917 to your computer and use it in GitHub Desktop.
while(running){
processInput();
updateGameState();
drawScreen();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment