cursive/examples/mines
Alexandre Bury 9bc723ab4a Do not accept any return value for callbacks
It got added so we could keep using `s.pop_layer()` in single-line callbacks.
It was confusing, and the return value was ignored anyway.
2018-03-16 15:50:56 -07:00
..
game.rs
main.rs Do not accept any return value for callbacks 2018-03-16 15:50:56 -07:00
Readme.md Add title to lorem example 2018-02-20 11:09:45 -08:00

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

This is a work in progress; many features are not implemented yet.