An open API service indexing awesome lists of open source software.

https://github.com/luisrovirosa/game-of-life-2020

Conway's Game of Life solution
https://github.com/luisrovirosa/game-of-life-2020

game-of-life kata php php74 phpunit symfony-console tdd

Last synced: 3 months ago
JSON representation

Conway's Game of Life solution

Awesome Lists containing this project

README

          

# Conway's Game of Life
Kata solution of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in PHP done in strict TDD.

# How to run the kata
```
make
```

## Run the simulations
There are 3 simulations prepared

make blinker
make glider
make pulsar

## Play with arguments and options
./console gof:run --help

## Run the tests
make tests