diff --git a/README.md b/README.md index 62907a4..d624e29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # rgb-matrix-gol GOL LED Matrix for rpi -Needs library from -https://github.com/hzeller/rpi-rgb-led-matrix +Using RGB Matrix library from https://github.com/hzeller/rpi-rgb-led-matrix + +## Features +- Tries to detect if a universe has died and restart +- Some universes are not possible to detect if have stall without a huge ammount of memory, universe will self reset after some time +- Randomize universe context on reset (cell size, cell color, iteration speed, universe with or without boundaries, etc) + +## Samples +![Sample 1](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol1.jpg) +![Sample 2](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol2.jpg) +![Sample 3](https://raw.githubusercontent.com/jfhenriques/rgb-matrix-gol/master/img/gol3.jpg) \ No newline at end of file