Life 5: AWK. Simulated 3D array.
[cellular-automata.git] / README.md
CommitLineData
885ce6b7
SK
1Games of Life
2=============
e24cd99d 3
885ce6b7
SK
4
5Description
6-----------
7I want to try several different approaches to implementing Conway's Game of
8Life. It shall be recorded in this repo.
9
10Each of the implementations (living in sequentially numbered directories) shall
d9eb5426 11(eventually) have its own README file, documenting the approach taken.
885ce6b7
SK
12
13
14Summary
15-------
16* __ID:__ 001,
17 __Language:__ Erlang,
6b184c3b
SK
18 __Approach:__ Each cell is a gen_server process
19* __ID:__ 002,
20 __Language:__ OCaml,
21 __Approach:__ Traditional matrix
ff1de1d8
SK
22* __ID:__ 003,
23 __Language:__ Erlang,
005a5494 24 __Approach:__ Traditional matrix as nested [array()]
11f0def6
SK
25* __ID:__ 004,
26 __Language:__ AWK,
d9eb5426 27 __Approach:__ Board as string. Ghosts beyond boundaries
005a5494
SK
28
29
11f0def6 30[array()]: http://www.erlang.org/doc/man/array.html "Which is not actually an array, but an integer-keyed tree."
This page took 0.027431 seconds and 4 git commands to generate.