/conwayts

Primary LanguageTypeScript

Conways Game of Life (Typescript)

Relatively small command line implementation of Conways Game of Life, written in TypeScript.

Usage

Requires ts-node (or to be compiled first)

    > npm install -g ts-node
    > npm install -g typescript

Then...

    > ts-node app\index.ts