trhgquan / JBomb

JBomb - a Minesweeper-like game created with VanillaJS (pure JavaScript) and HTML5 Canvas.

Home Page:https://trhgquan.github.io/JBomb/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ENHANCEMENT] Grid size should be limited.

meadoge opened this issue · comments

Sounds awful but is there anyone want to play a 100x100 grid?

We should limit the grid's size down to 8x8, 16x16 and 16x30. Here's the link.

And when I say limit the size, I means we should make bombs constant, not a random variable.