basic_game_of_life

Crates.iobasic_game_of_life
lib.rsbasic_game_of_life
version0.1.1
sourcesrc
created_at2024-08-26 15:05:19.035274
updated_at2024-08-26 15:06:56.169286
descriptionA basic terminal implementation of Conway's Game of Life!
homepage
repositoryhttps://github.com/melikadze/game_of_life
max_upload_size
id1352333
size12,175
(melikadze)

documentation

README

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

Commit count: 0

cargo fmt