Flash0ver / F0.Minesweeper

Source of truth for a Blazor implementation of Minesweeper.
MIT License
6 stars 0 forks source link

Add and use classic Minesweeper icons #97

Open Flash0ver opened 3 years ago

Flash0ver commented 3 years ago

... rather than Unicode characters, which may look different on every device/browser.

SVGs, similar to the classic Minesweeper-style, for

Flash0ver commented 3 years ago

Questions:

dev-in-disguise commented 3 years ago

I'd vouch for separated svgs since they will then only be downloaded when the game really requires the asset. The numbers 5 to 8 for example will be needed only very seldom so having to download them at the game start sounds not like the greatest idea.

timpatient commented 2 years ago

I added a incorrectly flagged field (flagged but no mine)