Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

AltStyle によって変換されたページ (->オリジナル) /