Starcraft

History / Edit / PDF / EPUB / BIB /
Created: December 29, 2018 / Updated: January 10, 2021 / Status: draft / 1 min read (~60 words)
games

Authentication/Login server
Per game server

  • compute damage simulation
  • in game chat
  • decide game victory
  • returns end game stats for ui (or done client side?)
    Game client
  • display game ui
  • play animations
  • send commands to game server
    Local backend
  • record game
  • compute game simulation
  • communicate game state to game client