Hacker News new | ask | show | jobs
by gcatalfamo 4739 days ago
I started playing on my nexus and now, with over 60 villagers, I'd like to move my game on the pc. Anyway I could export my game state?
1 comments

Copy paste the game state from localstorage.
How?
If you're in chrome, open up dev tools, then hit resources, find the local storage on the left bar and click on the url. You'll see a gamestate key and the value. Copy the value, that's the entire game state. You can then create that same key on whatever other browser with that value.
Pretty sure there is no dev tools on the mobile version of Chrome.