Implement vanilla GoL in TypeScript
[cellular-automata.git] / life / 006 / life
1 #! /bin/sh
2
3 HEIGHT=`stty size | awk '{print $1}'`
4 WIDTH=`stty size | awk '{print $2}'`
5
6 node life.js $HEIGHT $WIDTH
This page took 0.051437 seconds and 5 git commands to generate.