Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Last active July 15, 2023 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szepeviktor/4d6b192cc3bb6297ffd37cb469c7b564 to your computer and use it in GitHub Desktop.
Save szepeviktor/4d6b192cc3bb6297ffd37cb469c7b564 to your computer and use it in GitHub Desktop.
How a computer game interacts with the player

Computer game flow

Where to improve you gaming performance.

  1. a local (PC) and a remote (server) computer generates output (audio and video)
  2. output peripherals translate digital signals into physical ones (display, speakers)
  3. sensory organs turn them back to voltage (eyes, ears)
  4. nervous system transmits these signal to the brain
  5. human brain processes these signals and generates responses (reaction time)
  6. nervous system transmits these signal to organs
  7. human organs produce movements (reaction)
  8. input devices translate these to digital signals (keyboard, mouse, controller, joystick, steering wheel)
  9. the computer modifies game state based on inputs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment