#automata #cellular-automata #basic #life #conway #terminal #terminal-game

app basic_game_of_life

A basic terminal implementation of Conway's Game of Life!

2 releases

0.1.1 Aug 26, 2024
0.1.0 Aug 26, 2024

#96 in Games

MIT/Apache

5KB
62 lines

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

More about the game

Dependencies

~2–10MB
~125K SLoC