Skip to content

Commit 07b9a77

Browse files
committed
Updated readme
1 parent 1849a18 commit 07b9a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ You can have two arrays. You write to one of them, and when the calculations are
158158

159159
* Cave-generation. This is the example I've included in the code.
160160

161-
* [water](http://www.jgallant.com/2d-liquid-simulator-with-cellular-automaton-in-unity/).
161+
* [Water](http://www.jgallant.com/2d-liquid-simulator-with-cellular-automaton-in-unity/). You simulate movement of water on a grid.
162162

163-
* [forest fire](https://www.habrador.com/p/forest-fire/).
163+
* [Forest fire](https://www.habrador.com/p/forest-fire/). You store in each cell the amount of burning material in that cell, then you simulate heat to ignite the material. When there's no more material to burn, the heat disappears.
164164

165165

166166

0 commit comments

Comments
 (0)