Skip to content

Implement Conway's Game of Life in C++ #31

@thevirtualbuddy

Description

@thevirtualbuddy

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Proper explanation for the program required in readme of its folder

Read in details: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Note: Please add read the contribution guidelines

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions