Skip to content

NTDEV-byte/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

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.[1] It is a zero-player game,[2][3] 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. "Wikipedia".

Installing & How to

Play

'Left mouse click' add cell.

'Right mouse click' remove cell.

'Space Bar' to run & pause the simulation.

starting Configuration

You can use directly the Custom Injector by giving an array of cells.

Otherwise, you can use the Auto injector by giving him a file image.

You can add multiple patterns for more information see https://copy.sh/life/examples/

ScreenShots

  1. Patterns loaded using the auto Injector

image

  1. Cells added using left mouse button

image

  1. Running simulation

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages