Pixel Empires
A cellular automation simulation governed by probability.
...This simulation uses cells of 6 different colors each of which is initially given one cell to be placed in a random location on the grid.
3 rules govern the evolution of this system:
First, each cell will randomly select an empty cell around it or itself. If an empty cell is selected, a new cell will be formed in it. If the cell selects itself, it will not expand. In the next iteration, the new cells follow the same process.
Second, every color is predestined to consume another color if the two make contact. In other words, if Color A consumes Color B, whenever Color A's cells randomly select Color B's cells, that selected cell will be converted to Color A.
...