Vinatorul / minesweeper-rs

Simple minesweeper in Rust
MIT License
76 stars 9 forks source link

change bg color of number tile to match empty tiles #13

Closed dylanhart closed 9 years ago

dylanhart commented 9 years ago

in the original game all the revealed tiles share a background color. original minesweeper board

I have changed the background of numbered cells to white.

Vinatorul commented 9 years ago

Thanks for finding and taking the time to do this! Merged :+1: