gyscos / cursive

A Text User Interface library for the Rust programming language
MIT License
4.26k stars 243 forks source link

Allow finish game in example `mines` #790

Closed xilec closed 2 months ago

xilec commented 4 months ago

Allow finish game in example mines.

Added:

Not implemented: reveal nearby unmarket cells by middle mouse click and count scores. There is known bug: do not shows mines when game is defeated. But almost the same implementation for victory case works.

gyscos commented 2 months ago

Closed in favor of the larger PR doing the same thing