Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
/ Cellular Public archive

A simple cellular automata engine inspired by conways game of life.

Notifications You must be signed in to change notification settings

okkindel/Cellular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cellular

A simple cellular automata engine inspired by conways game of life.

Runing

Just run index.html to play. There is live demo avalible on my website. Have fun.

Keys

KEY ACTION
d turn cell division on / off
h add more food
i turn on / off info box
n create random cell
r remove all cells
arrow down set bottom cells limit down
arrow up set bottom cells limit up
mouse click click on cell to show its info box

Behavior

Cells will move chaotically in search of food. Each crumb increases the mass of the cell. The cell loses mass on movement. When the molecule reaches a certain mass, it divides into two identical cells, if the mass drops too much - the cell dies leaving some food behind. When the cells come together, they turn away from each other and go in opposite directions.

Appearance

screenshot

About

A simple cellular automata engine inspired by conways game of life.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published