Parcourir la source

Update README.md

KrYounger il y a 6 ans
Parent
révision
2286bf332a
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

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