ewang25 / hexa-gone

CSC452 Project 2.
0 stars 0 forks source link

Remove Impossible Scenarios #6

Closed averyzheng-yay closed 7 months ago

averyzheng-yay commented 7 months ago

Self-explanatory; however, may be extremely hard to fix. Optional fix.

npvq commented 7 months ago

Impossible scenarios are part of the Minesweeper gameplay. We implemented "hints" as a simple workaround to forced guesses (but the player has to allocate the limited available hints throughout the game).

It is possible to implement a NG (No Guessing) mode, as seen on minesweeper.online, but for this project we probably won't need such a feature with hints already implemented.