Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 210 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 210 Bytes

bacteria-js

To run:

node index.mjs

Enter newline separated coordinates, followed by -1,-1, e.g.:

1,2
2,2
3,2
-1,-1

Defaults to a single generation, but can be overridden:

node index.mjs 2