Skip to content

Overview

Overview

The client is responsible for displaying the game state that is synchronized to your browser frontend. There is a helper file called acosg.js that listens for incoming messages from parent window.

Everytime there is a message update, you will receive the full game state. The TicTacToe example uses ReactJS, but any JS framework can be used, as long as you can receive updates and send actions by re-creating what the acosg.js file does.

Note

Click here to view an example Game State from Tic Tac Toe.