An implementation of Conway's Game of Life in PHP.
Requires PHP 7.1+.
- Clone this repository
git clone [email protected]:timrourke/conway.git- Install the composer dependencies
composer install- Execute the
runcommand
bin/conway run- Build the image
docker-compose build- Execute the
runcommand
docker-compose run -T conway bin/conway run
# It is also possible to specify command line arguments:
docker-compose run -T conway bin/conway run --help
# Press ctrl-c to exit.See the main application menu by running the command bin/conway.
See the application's documentation by running the command bin/conway --help.
See the run command's documentation by running the command bin/conway run --help.