Software design principles: tensions & synergies dojo

Exercise based on the Conway's_Game_of_Life http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

To build and run all tests using gradle:

> ./gradlew test

To run the application:

> ./gradlew run

To generate IntelliJ or Eclipse project files:

> ./gradlew idea
> ./gradlew ecplise

Facilitator guide

https://github.com/iliasbartolini/design_principles_dojo_facilitator_guide

In other languages