You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/md/examples.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ There are 9 images with only 1 showing. A row of thumbnail icons lets the user m
9
9
10
10
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.
11
11
~<divid="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.
12
13
13
14
## Storyteller
14
15
@@ -18,6 +19,11 @@ To use Storyteller all you need is to copy a short `index.html` file to your ser
18
19
19
20
Storyteller is written in ~ec~; its source code is in the [Storyteller repository](https://github.com/easycoder/storyteller).
20
21
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.
0 commit comments