Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

hex0x0000/gol-haskell

Repository files navigation

This repo has been migrated

Conway's Game of Life in Haskell

Just a simple implementation of Conway's Game of Life written in Haskell

Compiling

Install stack (if you're using nix just type nix-shell)

Then:

$ stack build
$ stack exec gol-haskell-exe glider.json

JSON

Alive cells, matrix size and time delay between generations can be specified with a JSON file that can be inputted to the program.

Example

About

Conway's Game of Life written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published