-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only mark deadcells as called within an element type
closes #28
- Loading branch information
1 parent
60ffe43
commit 76450f6
Showing
2 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pixelmanipulator", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "Run any cellular automata on an html5 canvas.", | ||
"main": "pixelmanipulator.js", | ||
"repository": "[email protected]:Lazerbeak12345/pixelmanipulator.git", | ||
|
@@ -11,15 +11,13 @@ | |
"cellular automata", | ||
"game of life", | ||
"highlife", | ||
"brians brain", | ||
"brians-brain", | ||
"wireworld", | ||
"wolfram", | ||
"rule 30", | ||
"rule 90", | ||
"rule 110", | ||
"rule 184", | ||
"grid", | ||
"engine", | ||
"rule-30", | ||
"rule-90", | ||
"rule-110", | ||
"rule-184", | ||
"conway", | ||
"pixel", | ||
"game", | ||
|
@@ -29,9 +27,11 @@ | |
"automaton", | ||
"gameoflife", | ||
"gol", | ||
"brian's brain", | ||
"canvas", | ||
"particle physics", | ||
"simulation" | ||
"brian's-brain", | ||
"particle", | ||
"simulation", | ||
"engine", | ||
"grid", | ||
"canvas" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters