Borthralla / basic-minesweeper

Basic website for playing Minesweeper
MIT License
0 stars 0 forks source link

Region-Based Rendering for Variable Board Size #4

Open Borthralla opened 11 months ago

Borthralla commented 11 months ago

For larger boards or smaller screens, the rendering logic should only render the portion of the game inside the screen. It should also track where the user is in the board-space and enable easily moving the user's position via mouse/touch. I've already implemented this in mega-minesweeper.

Borthralla commented 11 months ago

Outline: