Skip to content

timrourke/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

An implementation of Conway's Game of Life in PHP.

Requires PHP 7.1+.


Running the game

  1. Clone this repository
git clone [email protected]:timrourke/conway.git
  1. Install the composer dependencies
composer install
  1. Execute the run command
bin/conway run

Running the game with docker-compose

  1. Build the image
docker-compose build
  1. Execute the run command
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.

For more info

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.

About

PHP implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published