thejdlowe / GameOfLifeKata

A Game of Life Kata done with JavaScript and TDD in mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLifeKata

A Game of Life Kata done with JavaScript and TDD in mind

Setup

Run the index.html file in a browser. There is already a test suite in place; the code there does support multiple rows and columns and provides the data for the user to consume as needed.

About

A Game of Life Kata done with JavaScript and TDD in mind


Languages

Language:JavaScript 74.3%Language:HTML 25.7%