Skip to content

Commit

Permalink
Game of Life details demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Apr 28, 2024
1 parent 035f228 commit 9a9d634
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 761 deletions.
12 changes: 8 additions & 4 deletions gauntlet.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[gauntlet]
name = 'Template Plugin'
name = 'Readme Demo Plugin'
description = "Readme Demo"

[[entrypoint]]
id = 'template-view'
name = 'Template view'
path = 'src/template-view.tsx'
id = 'game-of-life'
name = 'Game of Life'
path = 'src/game-of-life.tsx'
type = 'view'
description = """
Game of Life demo to show interactivity of Details view
"""
Loading

0 comments on commit 9a9d634

Please sign in to comment.