CloudDB question

I am trying to build a game where multiple players can see the same game board at once. They do not have to interact with the board but just see the screen to play. Is that possible with CloudDB? Or can you provide another suggestion?
Thanks

Yes others should be able to see the board the game is playing on with a game like shown below.

This is a two player game using the CloudDB

I believe anyone who has a copy of the app made with the MIT CloudDB server and loads the game to their device using the QR code (it expires within two hours and is used to load the game on the players devices) can 'monitor' the game board by others if they are active while a game is in progress. The game needs to created using the default redis server.

To test this, compile the program and load it on three Android cell or tablets using the QR code that posts when you compile.

Two people play the game; the third 'watches'. Never tried this (I only have two phones ). It should work fine.. Let us know how it works.:wink: