-
Notifications
You must be signed in to change notification settings - Fork 0
ariejdl/Cellular-Automaton
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple cellular automaton ( http://en.wikipedia.org/wiki/Cellular_automaton ) written in Scala, with a trait for a few mathematical facilities. The edges wrap around, so in order to have a CA with simpler behaviour, a single point in the centre with greater width of the canvas than length will give the desired results. You'll see what I mean if you play with it. The utilities trait shows a few ways to play with Binary Arrays and natural logs, including recursion, currying and use of the wildcard.
About
A simple Cellular Automaton written in Scala with a trait for some mathematical facilities
Resources
Stars
Watchers
Forks
Releases
No releases published