Skip to content

valdis/conway-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of Life - TDD as if you mean it

This is a step by step TDD implementation of conway's game of life

How to use this repo

First check out the screenshots in "doc - first steps" folder

Then start following the git commit history

TODO

the commit "implement: add an optional caching action before the tick" is increasing the complexity of the class, and it would be an interesting case to find a way to extract the caching logic out of the Cell The cell should not care about saving history about it's neighbours

probably a middle man between the Cell and the Game could help here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages