Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrock4t authored Sep 28, 2023
1 parent b1ea5bd commit bba45e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# 3DCellularWorld

For more info read the ![Wiki](https://github.com/ccrock4t/3DCellularWorld/wiki).
For more info read the [Wiki](https://github.com/ccrock4t/3DCellularWorld/wiki).

A simulator game where you can create and edit 3D cellular automaton voxel worlds using various elements.

This type of simulator is sometimes referred to as a 3d "falling sand simulator". This one is implemented using cellular automata for the benefits of parallelization.

Video: https://www.youtube.com/watch?v=o1E0cWx2p6w

![pictureOfElements](https://github.com/ccrock4t/3DCellularWorld/blob/main/Assets/Images/elements.png?raw=true)
![pictureOfIsland](https://github.com/ccrock4t/3DCellularWorld/blob/main/Assets/Images/background.PNG?raw=true)

This type of simulator is sometimes referred to as a 3d "falling sand simulator". This one is implemented using cellular automata for the benefits of parallelization.


![pictureOfFlying](https://github.com/ccrock4t/3DCellularWorld/blob/main/Assets/Images/flying.gif?raw=true)

Expand Down

0 comments on commit bba45e7

Please sign in to comment.