Клеточный автомат, придуманный английским математиком Джоном Конвеем в 1970 году.
Посмотреть подробное описание игры и её правил в Википедии: https://ru.wikipedia.org/wiki/Игра_«Жизнь»
Реализована при помощи только простых функций JavaScript в рамках изучения основ языка.
Посмотреть работу игры: https://marss-hub.github.io/Conways-Game-of-Life-using-simple-JavaScript/
A cellular automaton invented by the English mathematician John Conway in 1970.
View a detailed description and rules of the game on Wikipedia: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Implemented using only simple JavaScript functions as part of learning the basics of the language.
View in web: https://marss-hub.github.io/Conways-Game-of-Life-using-simple-JavaScript/