Skip to content

Commit

Permalink
update readme and cc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Dec 17, 2012
1 parent 83951be commit e8bb5ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
life
====

The definite Conway's Game of Life implementation in your browser. Features an infinite field & Hashlife
The definite Conway's Game of Life implementation in your browser. Features an infinite field & Hashlife.

All modern browsers are supported. I don't test IE, but it might work starting at version 9 or 10.

The whole thing is written in Javascript, using the canvas tag.


Links
-

- Online version: http://copy.sh/life/
- List of examples: http://copy.sh/life/examples/
- Source of examples (direct link): http://www.conwaylife.com/patterns/all.zip
5 changes: 5 additions & 0 deletions cc.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Closure Compiler
#
# To compile, get the script from http://closure-compiler.googlecode.com/files/compiler-latest.zip
# And put it into ~/.local or change the path below

FILENAME="out.js"

ls -l $FILENAME
Expand Down

0 comments on commit e8bb5ec

Please sign in to comment.