davidwhitney / conwayts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 98.3%Language:JavaScript 1.7%