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

Custom levels #22

Closed wcoots closed 4 years ago

wcoots commented 4 years ago

As well as pre-set levels and levels from seeds, I would like the game to have the option to create a level by inputing values for grid dimensions and the number of mines. Not sure if there should be a max grid size

wcoots commented 4 years ago

completed in #32