Skip to content

Commit c66eda2

Browse files
committed
Example update
1 parent 7fe2b51 commit c66eda2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/md/examples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ There are 9 images with only 1 showing. A row of thumbnail icons lets the user m
99

1010
This is a rewrite of a script published in [Smashing Magazine](https://www.smashingmagazine.com/2020/03/introduction-alpinejs-javascript-framework/) as an example of how to use the Alpine.js micro-framework. It represents a block added to a web page, that displays an announcement and handles feedback from users.
1111
~<div id="ex-usercapture"></div>~
12+
The User Capture can be run as an independent web page; see [User Capture](/usercapture.html). If you view the page source you will see the entire script inside its special preformatted element.
1213

1314
## Storyteller
1415

@@ -18,6 +19,11 @@ To use Storyteller all you need is to copy a short `index.html` file to your ser
1819

1920
Storyteller is written in ~ec~; its source code is in the [Storyteller repository](https://github.com/easycoder/storyteller).
2021

22+
## The Game of Life /SHOW-LIFE/
23+
24+
This is a "cellular automaton" - a no-player game devised in 1970 by John Conway. The "player" sets up an initial configuration and observes the game running according to a simple set of rules.
25+
~<div id="ex-life" style="width:100%;max-width:400px"></div>~
26+
2127
## Others
2228

2329
There are a number of other examples in the pages of the **CODEX** - see the link in the contents panel.

0 commit comments

Comments
 (0)