Kata solution of Conway's Game of Life in PHP done in strict TDD.
This repository can be used either having installed PHP 7.4 in your machine or docker.
Using PHP 7.4 installed locally
make install
or using docker
make docker-build
If you are using docker before running any of the simulations please run
make docker-in
There are 3 simulations prepared
make blinker
make glider
make pulsar
./console gof:run --help
make tests
make coverage