/Game-of-Life

I try out different languages with Conway's Game of Life

Primary LanguageJavaScript

Conway's Game of Life

I use Conway's Game of Life to practice programming and try out languages.

The inspiration came from participating in one of the Code Retreats, where we implemented Game of Life over and over again, working on TDD practices and writing clean code.

It's a form of code kata – the point is to practice TDD and writing clean code.

It's also an opportunity to get aquainted with new languages and test frameworks.

Implementations so far