Skip to content

Commit

Permalink
docs(README): gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0g committed Apr 23, 2024
1 parent 5324cec commit 09c4fcf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### Overview
Cubic Life is a powerful cellular automaton engine designed to simulate Conway's Game of Life in three dimension. This engine provides a flexible framework for running and visualizing complex cellular automata simulations in a 3D environment.

<img src="assets/screenshot.png" alt="image" width="700" height="auto">
<img src="assets/screenshot.gif" alt="image" width="700" height="auto">

### Rules
+ A live cell that has live neighbors below 5 or above 6 dies.
Expand Down
Binary file added assets/screenshot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshot.png
Binary file not shown.

0 comments on commit 09c4fcf

Please sign in to comment.