Skip to content

Tesfa-eth/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life Simulation (1.0)

This collaboarative project is written between Tesfa, Swag, and Niki. It's a simulation of Conways's game of life, which is a game in a two-dimensional orthogonal grid of square cells. There are two possible states of the cells, live or dead. Every cell interacts with its eight neighbours, which are the cells that are horizontally, vertically, or diagonally adjacent. This game is a zero-player game.

The rules the cells follow are the ones bellow:

  1. Any live cell with two or three live neighbours survives.
  2. Any dead cell with three live neighbours becomes a live cell.
  3. All other live cells die in the next generation. Similarly, all other dead cells stay dead.

Project status: finished

To use it: Got to the file conways_game_of_life_improved. Then run in your unix terminal .

Technology used: Language: Python GUI Package: Pygame GUI Menu Package: Pygame_menu

1SB3SraMMK

About

Simulation of Conways's game of life

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages