PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   Conway's Game of Life PHP   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Conway's Game of Life PHP
Implementation of the game of life simulation
Author: By
Last change:
Date: 10 months ago
Size: 826 bytes
 

Contents

Class file image Download

Build Status License: MIT

Game of life exersice solution

Build the image

docker image build --tag terdia07/php-7.4 .

Run th container

docker container run -d --name game_of_life --publish 80:80 --mount type=bind,source="$(pwd)",target=/var/www/html terdia07/php-7.4

Enter the container

docker exec -it game_of_life bash

Install phpunit and setup autoloading by running:

cd /var/www/html && composer install

Run test:

./vendor/bin/phpunit tests --testdox

Visit: http://localhost