JSGameOfLife
JSGameOfLife copied to clipboard
This is a version of my Conway's Game of Life in JavaScript. Try it here:
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.