forked from EthanPadden/game-of-life-model
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4422010
commit 244a248
Showing
3 changed files
with
45 additions
and
30 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,11 +1,11 @@ | ||
{ | ||
"type": "model", | ||
"uid": "gameOfLife", | ||
"title": "Conway's Game of Life", | ||
"uid": "lifeLike", | ||
"title": "Life-like automata", | ||
"version": 1, | ||
"author": "Ethan Padden, Marcos Cardinot and Eleftheria Chatziargyriou", | ||
"author": "Eleftheria Chatziargyriou", | ||
"description": "This implements life-like cellular automata.", | ||
"supportedGraphs": ["squareGrid"], | ||
"pluginAttributesScope": [ {"rules": "string"} ], | ||
"nodeAttributesScope": [ {"live": "bool"} ] | ||
} | ||
} |
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
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