Skip to content
Tomen edited this page Oct 24, 2014 · 2 revisions

Components of Asteroid Racers

  • web_client
  • game_server
  • tcp_server
  • shared
  • shared_server
  • services
    • chat

The two core components are the client web_client and the server game_server. Players can either play single-player, in which case the server is run in the browser. Players can also connect to a multiplayer server. Multiplayer servers are run by tcp_server, which connects incoming clients to the actual server.

Services may be built upon this infrastructure.

Clone this wiki locally