Search code examples
c#cellular-automata

Cellular Automata implementation


Does anybody know how to implement cellular automata in Java or C#?


Solution

  • We need more info, like, what issues have you encountered, difficulties, etc. In the meantime, here are some links to help you:

    http://www.primaryobjects.com/CMS/Article106.aspx

    http://cplus.about.com/b/2008/08/17/programming-challenge-17-implement-the-cellular-automaton-known-as-life.htm

    https://web.archive.org/web/20110503020104/http://www.kim-team.com/blog/2009/06/cellular-automaton-in-net/

    Edit: thanks Halil, I've edited the answer to include web.archive.org link.