Cellular automata - OMGPOP/EngineeringChallenges GitHub Wiki
Take a look at this Ruby Quiz. For more information see here.
The challenge for this week is to write a program that takes as inputs:
- a number of rows/steps (uint)
- a rule (uint)
- a start state (string of 1's and 0's)
and outputs the result of the simulation in any way you like. This can be visual, textual, animated, whatever.