Przeglądaj źródła

Update README.md

KrYounger 6 lat temu
rodzic
commit
2286bf332a
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      README.md

+ 1
- 1
README.md Wyświetl plik

@@ -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