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

feat(saving): now saves game state through sessions #14

Closed Joel-Valentine closed 4 years ago

Joel-Valentine commented 4 years ago

Merry Christmas lads

Using localStorage to save game state, saving it when there is a change to the tiles status. It's a little bit inefficient when a zero group is updated as it will store the grid multiple times at once. But it does save the state through sessions. clearing when necessary.

Will close issue #12

wcoots commented 4 years ago

have just setup netlify to create deploys for all branches and PRs, but needed a new commit to trigger a deploy