Skip to content

Game of Life" est un programme informatique qui simule un environnement composé de cellules vivantes et mortes

License

Notifications You must be signed in to change notification settings

Krio18/Game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game_of_life

"Game of Life" is a computer program that simulates an environment composed of living and dead cells, originally developed by the British mathematician John Conway in 1970. This simulation is based on a set of simple rules that determine the evolution of cells over generations.


currently in progress.


Installation :

Get this commande in your shell :

curl -o get_cell.sh https://raw.githubusercontent.com/Krio18/Game_of_life/main/get_cell.sh && bash get_cell.sh

After that you can delete 'get_cell.sh'.

Uninstall :

Get this commande in your shell :

cell -d

Rules :

  1. A living cell with fewer than two living neighbors dies, simulating underpopulation.
  2. A living cell with two or three living neighbors survives, simulating a balanced population.
  3. An empty space with exactly three living neighbors becomes a cell in the next generation, simulating reproduction.
  4. A living cell with more than three living neighbors dies, simulating overpopulation.

Run :

Because it's cool to use it :

Usage: cell [optional_number]"

[optional_number] = number of iterations.

About

Game of Life" est un programme informatique qui simule un environnement composé de cellules vivantes et mortes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published