diff --git a/Game-of-Life-3D/README.md b/Game-of-Life-3D/README.md index 54ff1da..5e1dab8 100644 --- a/Game-of-Life-3D/README.md +++ b/Game-of-Life-3D/README.md @@ -1,4 +1,6 @@ # John Conway's Game of Life: 3D +![Game of Life 3D](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-3D/overview.png) + Multipass GPU implementation of the famous Game of Life. But in 3D! The rules of this 3D version are as follows: A cell lives if: @@ -6,4 +8,4 @@ A cell lives if: - or it has 4 alive neighboors otherwise the cell dies. -[overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-3D/overview.webm) +[Watch video preview](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Game-of-Life-3D/overview.webm)