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

Save game state #12

Open kritzware opened 4 years ago

kritzware commented 4 years ago

It could be cool to save the game state in localStorage so you can continue when returning. If not, you can easily create a new game.

wcoots commented 4 years ago

this is in the list of future tasks that will be undertaken at a later date (after v1.0.0) (https://www.notion.so/cooter/Minesweeper-11960956495f41bcb2cd681ec1d3e4d1)

wcoots commented 4 years ago

fixed by @Midnight-Conqueror in #12

wcoots commented 4 years ago

due to merge issues and me fucking things up, this is not in dev or master. however this is good as we need to redesign so that the grid is not stored in local storage (allowing players to cheat if they wanted). currently discussing a solution with @Midnight-Conqueror

wcoots commented 4 years ago

moved to phase 2 as not essential to initial release