Skip to content

Commit c747e18

Browse files
authored
Merge pull request #15 from easycoder/dev
Doc
2 parents 1b241a3 + b57f2de commit c747e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/md/life.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This implementation aims to meet all the following:
1414
- When run, the speed of the simulation can be varied by the user.
1515
- The simulation will run at a reasonable speed, e.g. up to 10 generations/sec or better depending on the size of the map.
1616

17-
The entire script can be seen at the [~ec~ repository](https://raw.githubusercontent.com/easycoder/easycoder.github.io/master/resources/ecs/lifedemo.ecs). Note: The formatting may look a little uneven because all editing was done in a tabbed editor. There's just one ~ec~ script, comprised mostly of subroutines. Here's a brief description of the functionality:
17+
The entire script can be seen at the [~ec~ repository](https://raw.githubusercontent.com/easycoder/easycoder.github.io/master/resources/ecs/lifedemo.ecs). Note: The formatting may look a little uneven because all editing was done in a tabbed editor. There's just one ~ec~ script, comprised mostly of subroutines. Here's a brief description of its functionality:
1818

1919
The script starts by defining all the variables it will use. Many of these are just temporary values; of the rest, the most important are `Map` and `Cell`, which hold information about the array of cells. `Map` is an array of true/false values to say which cells are occupied, and `Cell` is an array of DIVs, one for each cell.
2020

0 commit comments

Comments
 (0)