arrogantrobot / cellularautomata

one dimensional cellular automaton implemented in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CellularAutomata

  • an implementation of the Wolfram style one dimensional cellular automaton in Scala
  • this is an attempt to familiarize myself with functional programming, so I have attempted to implement this in a functional way, if you have advice or even just criticisms, I would appreciate your input

000000000000000000000000000000000000000010000000000000000000000000000000000000000 000000000000000000000000000000000000000101000000000000000000000000000000000000000 000000000000000000000000000000000000001000100000000000000000000000000000000000000 000000000000000000000000000000000000010101010000000000000000000000000000000000000 000000000000000000000000000000000000100000001000000000000000000000000000000000000 000000000000000000000000000000000001010000010100000000000000000000000000000000000 000000000000000000000000000000000010001000100010000000000000000000000000000000000 000000000000000000000000000000000101010101010101000000000000000000000000000000000 000000000000000000000000000000001000000000000000100000000000000000000000000000000 000000000000000000000000000000010100000000000001010000000000000000000000000000000 000000000000000000000000000000100010000000000010001000000000000000000000000000000 000000000000000000000000000001010101000000000101010100000000000000000000000000000 000000000000000000000000000010000000100000001000000010000000000000000000000000000 000000000000000000000000000101000001010000010100000101000000000000000000000000000 000000000000000000000000001000100010001000100010001000100000000000000000000000000 000000000000000000000000010101010101010101010101010101010000000000000000000000000 000000000000000000000000100000000000000000000000000000001000000000000000000000000 000000000000000000000001010000000000000000000000000000010100000000000000000000000 000000000000000000000010001000000000000000000000000000100010000000000000000000000 000000000000000000000101010100000000000000000000000001010101000000000000000000000 000000000000000000001000000010000000000000000000000010000000100000000000000000000 000000000000000000010100000101000000000000000000000101000001010000000000000000000 000000000000000000100010001000100000000000000000001000100010001000000000000000000 000000000000000001010101010101010000000000000000010101010101010100000000000000000 000000000000000010000000000000001000000000000000100000000000000010000000000000000 000000000000000101000000000000010100000000000001010000000000000101000000000000000 000000000000001000100000000000100010000000000010001000000000001000100000000000000 000000000000010101010000000001010101000000000101010100000000010101010000000000000 000000000000100000001000000010000000100000001000000010000000100000001000000000000 000000000001010000010100000101000001010000010100000101000001010000010100000000000 000000000010001000100010001000100010001000100010001000100010001000100010000000000 000000000101010101010101010101010101010101010101010101010101010101010101000000000

About

one dimensional cellular automaton implemented in scala


Languages

Language:Scala 100.0%