Skip to content

Santixs/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Game of life, own and original, made with pygame.

To save the board press ctrl + S and it will be saved in the saved_games folder.

To load a board press ctrl + L and select the file

The own version has 3 states, dead, live (male) and live (female) the rules are the following:

1.- Any dead cell with at least 2 live neighbours (1 male and 1 female) becomes a live cell, as if by reproduction.

2.- Any live cell with fewer than two live neighbours or more than 3 live neighbours dies

3.- All lives cell age and die after 6s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages