A more readable list.
[cellular-automata.git] / 005 / life.awk
index 101f66a..0e6fb02 100755 (executable)
@@ -59,7 +59,7 @@ function get_new_state(state, live_neighbors) {
 
 
 function set_generation(board, gen_id, y, x) {
-    num_directions = split("N,NE,E,SE,S,SW,W,NW", directions, ",");
+    num_directions = split("N, NE, E, SE, S, SW, W, NW", directions, ", ");
 
     offsets["N" , "x"] =  0;
     offsets["N" , "y"] = -1;
This page took 0.018657 seconds and 4 git commands to generate.