ABSTRACT

SP (One Local Connection) In an SP game, there is one copy of the engine running. Furthermore, this copy of the engine operates in client-server mode and uses a single-player connection. By the time the game is started, two instances of GameConnection will have been created, as shown in Figure 3.1. As you can see, the server owns clientConnection, and the client owns serverConnection.