Ver código fonte

Update README.md

KrYounger 6 anos atrás
pai
commit
2286bf332a
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver arquivo

@@ -5,7 +5,7 @@ The Game of Life, also known simply as Life, is a cellular automaton devised by
5 5
 The "game" is a zero-player game, 
6 6
 meaning that its evolution is determined by 
7 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 10
 ### Rules
11 11