From 8d4477732388e88d381be991c5e0b19b42cbb06b Mon Sep 17 00:00:00 2001 From: Manuk Date: Wed, 8 Jan 2020 19:28:45 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc5e04..5129fa7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # John Conway's Game of Life The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. -- [Demo](https://manukminasyan.github.io/Conway-s-Game-of-Life/) +- [Demo](https://manukminasyan.github.io/Conways-Game-Of-Life/) ## Rules The universe of the Game of Life is an infinite, two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead, (or populated and unpopulated, respectively). Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent. At each step in time, the following transitions occur: