Weeks 7 to 9. Follow Line Game Sync Demo.

less than 1 minute read

Weeks 7 to 9. Follow Line Game Demo.

Hello all!

On these weeks I’ve been working mostly on having a solid prototype for the Synchronous Follow Line Game. For the most of the time, I’ve worked on the server side, designing the Server Socket Layer that is the one that manages the signaling beetween the users for stablishing the DataChannel that will be used by both users in order to send GUI information, session closing and streamm restarts (RoomConsumer). Also, the server handles the signaling for the WebRTC stream, that needs a different consumer (StreamConsumer) this one won’t be using rooms so all of this functionallity implemented for RoomConsumer is gone. Here is a visual example:

Follow Line Game Sync Demo

Here is an schema of how the system works:

working schema