/conway-game-of-life

Conway Game of Life, Final Project of COMS 4995 (Functional Parallel Programming) at Columbia University

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Conway Game of Life

Haskell

Command Line Application

zc2616's final project
  benchmark: run bench mark
  <file> <iterations> <slice width> <slice height> <chunk size>: simulate file
stack run -- benchmark

Benchmark

stack run -- <file> <iterations> <slice width> <slice height> <chunk size>

Simulate from a json file and write output to sync.ppm and async.ppm

Test

stack test