瀏覽代碼

Update README.md

KrYounger 6 年之前
父節點
當前提交
2286bf332a
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

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