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
- Host: GitHub
- URL: https://github.com/n7st/gameoflife-perl
- Owner: n7st
- Created: 2020-12-16T13:57:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T13:28:46.000Z (over 4 years ago)
- Last Synced: 2024-12-26T22:28:03.299Z (6 months ago)
- Language: Perl
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```