etcadinfinitum / GameLab

Android application with a few simple games
0 stars 1 forks source link

Add traditional timer, mine count, button to Minesweeper? #9

Closed etcadinfinitum closed 6 years ago

etcadinfinitum commented 6 years ago

Would be nice to have traditional 7seg timer/counter and the smiley button to restart the game.

This would change the gridview's position and size, so need to revisit how the board gets laid out. Snake(?) implementation has more straightforward way of setting up board (instead of measuring all components individually, the activity's main view is measured after the activity is loaded then the cells are measured and laid out programmatically); adding new components to the layout would probably require a similar implementation for minesweeper.

etcadinfinitum commented 6 years ago

Going to leave this unfixed for expediency.