GitXplorerGitXplorer
R

JSGameOfLife

public
20 stars
1 forks
9 issues

Commits

List of commits on branch gh-pages.
Verified
9f7268fd8ce04668fd64b12934a88e9c7ddf175f

Update readme.md

RRafaelCosman committed 5 years ago
Verified
5a4c9895db72ddd557f797ad3b37ebab3bbd782b

Delete CNAME

RRafaelCosman committed 5 years ago
Verified
c6ceec54e531b692c2c8b80bc5b492c68c72d178

Update readme.md

RRafaelCosman committed 5 years ago
Unverified
0ac0166bdeb1c334961cd200b442b7a0e74d4525

Change draw loop once more.

llgarron committed 11 years ago
Unverified
dd99ae2fc558c18cc31e4c73e069e3faa43a348a

Draw new cells immediately.

llgarron committed 11 years ago
Unverified
a3005c07ed6e6558f1a9220cf55fafc6c12431f2

Update state *after* drawing. Allows you to see immediate effects of the brush.

llgarron committed 11 years ago

README

The README file for this repository.

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.