Skip to content

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input

License

Notifications You must be signed in to change notification settings

timerke/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game_of_life

Реализация игры "Жизнь" на языках C, C++, Python и JavaScript. Об игре "Жизнь" можно почитать на Википедии.

Правила игры

Поле - прямоугольник, состоящий из клеток. Подразумевается, что поле "замкнуто само на себя", к примеру у нижней правой клетки соседом справа является нижняя левая клетка, а соседом снизу - верхняя правая.

В папке initial_states есть разные начальные состояния игры, позаимствованные с сайта playgameoflife.com.

About

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published