MiragePresent / game-of-life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life

Task description on Codewars

Installation

If you don't have PHP8 installed you can use Dockerfile to create and run the code with Docker:

docker build --tag=game-of-life .

Usage

  1. Running with Docker
docker run --rm game-of-life

About


Languages

Language:PHP 90.3%Language:Dockerfile 9.7%