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

https://github.com/n7st/gameoflife-perl

A Perl implementation of Conway's Game of Life
https://github.com/n7st/gameoflife-perl

Last synced: 4 months ago
JSON representation

A Perl implementation of Conway's Game of Life

Awesome Lists containing this project

README

        

# Conway's Game of Life

A Perl implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life).

## Installation

Run `make dependencies` to install the project's dependencies.

## Running

```bash
./bin/life
```