Jekyll theme game-of-life

Short description and a ToDos (update README)

Usage

Lines similar to the following will plot a Game of life strip

board = new Board(columns, rows);
board.fill(starting_column, ending_column, starting_row, ending_row);

Functionality

This theme is breaking the rule and visitor can interact with the Game after it has started.

However, nice people are still able to observe how initial game evolves.

ToDo:

Show mode and commands in the UI