RafaelCosman / JSGameOfLife

This is a version of my Conway's Game of Life in JavaScript. Try it here:

Home Page:http://rafaelcosman.github.io/JSGameOfLife/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my version of Conway's Game of Life.

Please visit http://rafaelcosman.github.io/JSGameOfLife/ to try it out!

It has two key innovations: (1) You can click on the buttons on the left to change the rules of life and death (2) Cell's hue is a function of their age

This makes it fun and beautiful! Let me know how I can improve it. Feel free to submit issues to this Github repo.

Enjoy.

How to build the code

If you want to contribute to this project, the recommended environment is yourFavoriteTextEditor for editing -> CodeKit for coffeescript and scss compilation -> yourFavoriteBrowser for testing

Using the repo

Please treat gh-pages as master -- so DON'T COMMIT TO GH-PAGES. Commit to develop (or another branch) and then merge your changes in.

About

This is a version of my Conway's Game of Life in JavaScript. Try it here:

http://rafaelcosman.github.io/JSGameOfLife/


Languages

Language:CoffeeScript 38.3%Language:HTML 32.4%Language:CSS 28.3%Language:Batchfile 0.9%