A description of the games example that runs similar to the Asteroids arcade game.
The Asteroids project contains the following submodules:
The InitClient module initializes the client by creating macros.
The MainLoop module manages the main game loop, and contains the game logic.
The ExtendedMsgsProcessor helper module converts high-level commands into low level c8_sdl_client commands.