Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 387 Bytes

PureScript Game of Life

Conway's Game of Life in PureScript rendering to HTML5 Canvas.

Dependencies

You will need node and npm installed. Installing globally is probably easiest.

You will need PureScript installed. Either globally or in a cabal sandbox.

Building

npm install
bower update
grunt

View in browser

Open up index.html

open html/index.html