Browse Source

Update README.md

KrYounger 6 years ago
parent
commit
2286bf332a
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

5
 The "game" is a zero-player game, 
5
 The "game" is a zero-player game, 
6
 meaning that its evolution is determined by 
6
 meaning that its evolution is determined by 
7
 its initial state, requiring no further input. 
7
 its initial state, requiring no further input. 
8
-One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creating patterns with particular properties.
8
+One interacts with the Game of Life by creating an initial configuration and observing how it evolves over many egenerations.
9
 
9
 
10
 ### Rules
10
 ### Rules
11
 
11