Example image
This commit is contained in:
parent
28a95cf447
commit
ecf813569e
|
@ -36,6 +36,8 @@ See `examples/`, and the documentation, which can be rendered using `cargo doc`.
|
||||||
|
|
||||||
For a more complete example, see [a minesweeper implementation](https://github.com/redox-os/games-for-redox/blob/master/src/minesweeper.rs), that I made for Redox using termion.
|
For a more complete example, see [a minesweeper implementation](https://github.com/redox-os/games-for-redox/blob/master/src/minesweeper.rs), that I made for Redox using termion.
|
||||||
|
|
||||||
|
![minesweeper](image.png)
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue