Skip to content

Morpheox/multigender-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multigender game of life

A variant of Game of life with 2 genders

In this version of the game of life, cells can be male (blue), female(red) or empty (black)

These are the simple rules:

    1. If a cell has exactly one male and one female neighbors, a male child appears.
    1. If a cell has two males and one female neighbors, a female child appears.
    1. If a cell has one male and two female neighbors, a male child appears.
    1. If a cell has two male and two female neighbors, a female child appears.
    1. Everything else dies of overpopulation or starvation.

With only those rules, a lot of interesting patterns appear, discover and experiment for yourself:

https://morpheox.github.io/multigender-game-of-life/

About

Game of life with 2 genders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages