summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-30 08:59:47 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-30 08:59:47 +0200
commit005ad6215aa9e2a8f159454c8006b5dc6aeb3635 (patch)
tree98e49ae2871f4ea96acaa8e7b63ee34a728c5296 /examples/game_of_life
parent98bc8cf2a7c4944d762a0148ca9f615d6ccc0d6e (diff)
downloadiced-005ad6215aa9e2a8f159454c8006b5dc6aeb3635.tar.gz
iced-005ad6215aa9e2a8f159454c8006b5dc6aeb3635.tar.bz2
iced-005ad6215aa9e2a8f159454c8006b5dc6aeb3635.zip
Update `README` of `game_of_life` example
Diffstat (limited to 'examples/game_of_life')
-rw-r--r--examples/game_of_life/README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/game_of_life/README.md b/examples/game_of_life/README.md
index ebbb12cc..bb1b9736 100644
--- a/examples/game_of_life/README.md
+++ b/examples/game_of_life/README.md
@@ -1,18 +1,19 @@
-## Bézier tool
+## Game of Life
-A Paint-like tool for drawing Bézier curves using the `Canvas` widget.
+An interactive version of the Game of Life, invented by John Conway, implemented
+on top of a `Canvas` widget and other controls.
-The __[`main`]__ file contains all the code of the example.
+The __[`main`]__ file contains the relevant code of the example.
<div align="center">
- <a href="https://gfycat.com/soulfulinfiniteantbear">
- <img src="https://thumbs.gfycat.com/SoulfulInfiniteAntbear-small.gif">
+ <a href="https://gfycat.com/regalspiritedjaguarundi">
+ <img src="https://thumbs.gfycat.com/RegalSpiritedJaguarundi-size_restricted.gif">
</a>
</div>
You can run it with `cargo run`:
```
-cargo run --package bezier_tool
+cargo run --package game_of_life
```
[`main`]: src/main.rs