cursive/examples/mines
Alexandre Bury 5ac0fce363 Refactor ColorStyle
Add the notion of PaletteColor to use a color from the palette.

Breaking change: most color styles are now methods rather than enum
variants.
2018-01-17 10:22:06 -08:00
..
game.rs Add mines example 2017-11-29 02:11:11 -08:00
main.rs Refactor ColorStyle 2018-01-17 10:22:06 -08:00
Readme.md Add mines example 2017-11-29 02:11:11 -08:00

This is a slightly larger example, showing an implementation of Minesweeper.