wcoots / vue-minesweeper

💣 Personal project to build minesweeper in Vue
https://minesweeper-app.netlify.app/
GNU General Public License v3.0
3 stars 0 forks source link

Export game state #29

Open kritzware opened 4 years ago

kritzware commented 4 years ago

We could build an integration with https://json.pizza which allows for the game state to be exported [to json.pizza], perhaps with the players overall stats.

wcoots commented 4 years ago

I like the idea for the game state. However to track a player's stats we would need to either track some information about the player, or introduce a login system (something I am reluctant to do for a small game)