Export and import game state
It should be possible to export a game state and import it in another client. Export/import as JSON would be a simple solution. Supplying the state as URL params could also be possible, but can de difficult to fit all history in 2048 chars (or whatever the URL max lenght is).