cchrispy / gameOfLife_1

Conway's Game Of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game Of Life

Javascript simulation of Conway's Game Of Life
Check it out here

Setup

Clone down repository
$ git clone https://github.com/cchrispy/gameOfLife_1.git

Install dependencies
$ npm install

Compile src files
$ npm run build

Open index file
$ open dist/index.html

About

Conway's Game Of Life

License:MIT License


Languages

Language:JavaScript 94.1%Language:CSS 3.2%Language:HTML 2.7%