Social Influence Simulator

Social Influence Simulator is a simple cellular automaton that simulates the spread of influence or ideas in a community. Each cell in a grid represents an individual or a group, with its color symbolizing a particular idea, opinion or cultural trait.

The automaton follows one basic rule: each cell adopts the opinion (color) of a randomly selected neighbor based on probability. Over time, this leads to the diffusion of ideas and the potential formation of consensus or dominant cultures.

This project was inspired by a Reddit post on r/cellular_automata by user AlexanderDudarev, who presented a similar automaton simulating "war" between cells. You can view the original post here.

Source code @ GitHub.