diff options
Diffstat (limited to '2023')
-rw-r--r-- | 2023/info/adventure-after.md | 7 | ||||
-rw-r--r-- | 2023/info/adventure-before.md | 4 | ||||
-rw-r--r-- | 2023/info/adventure-nav.md | 5 | ||||
-rw-r--r-- | 2023/info/multi-nav.md | 1 | ||||
-rw-r--r-- | 2023/talk-details.md | 3 | ||||
-rw-r--r-- | 2023/talks/adventure.md | 28 |
6 files changed, 47 insertions, 1 deletions
diff --git a/2023/info/adventure-after.md b/2023/info/adventure-after.md new file mode 100644 index 00000000..8136a697 --- /dev/null +++ b/2023/info/adventure-after.md @@ -0,0 +1,7 @@ +<!-- Automatically generated by emacsconf-publish-after-page --> + + +Questions or comments? Please e-mail [emacsconf-org-private@gnu.org](mailto:emacsconf-org-private@gnu.org?subject=Comment%20for%20EmacsConf%202022%20adventure%3A%20An%20Org-Mode%20based%20text%20adventure%20game%20for%20learning%20the%20basics%20of%20Emacs%2C%20inside%20Emacs%2C%20written%20in%20Emacs%20Lisp) + + +<!-- End of emacsconf-publish-after-page --> diff --git a/2023/info/adventure-before.md b/2023/info/adventure-before.md new file mode 100644 index 00000000..af9cef3a --- /dev/null +++ b/2023/info/adventure-before.md @@ -0,0 +1,4 @@ +<!-- Automatically generated by emacsconf-publish-before-page --> + +# Description +<!-- End of emacsconf-publish-before-page -->
\ No newline at end of file diff --git a/2023/info/adventure-nav.md b/2023/info/adventure-nav.md new file mode 100644 index 00000000..7d72162c --- /dev/null +++ b/2023/info/adventure-nav.md @@ -0,0 +1,5 @@ + +<div class="talk-nav"> +Back to the [[talks]] +Previous by track: <a href="/2023/talks/multi">Emacs for the Indecisive/Multi-Talented</a> +</div> diff --git a/2023/info/multi-nav.md b/2023/info/multi-nav.md index c886091e..5f9b5af6 100644 --- a/2023/info/multi-nav.md +++ b/2023/info/multi-nav.md @@ -2,5 +2,6 @@ <div class="talk-nav"> Back to the [[talks]] Previous by track: <a href="/2023/talks/uni">Authoring and presenting university courses with Emacs and a full libre software stack</a> +Next by track: <a href="/2023/talks/adventure">An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp</a> Track: <span class="sched-track gen">gen</span> </div> diff --git a/2023/talk-details.md b/2023/talk-details.md index 08ea6ba6..d341249c 100644 --- a/2023/talk-details.md +++ b/2023/talk-details.md @@ -1,4 +1,5 @@ -<table><thead><th>Duration</th><th>Title</th><th>Speakers</th></thead><tbody><tr><td>10</td><td><a href="/2023/talks/multi">Emacs for the Indecisive/Multi-Talented</a></td><td>Noah</td><tr> +<table><thead><th>Duration</th><th>Title</th><th>Speakers</th></thead><tbody><tr><td>10</td><td><a href="/2023/talks/adventure">An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp</a></td><td>Chung-hong Chan</td><tr> +<tr><td>10</td><td><a href="/2023/talks/multi">Emacs for the Indecisive/Multi-Talented</a></td><td>Noah</td><tr> <tr><td>20</td><td><a href="/2023/talks/uni">Authoring and presenting university courses with Emacs and a full libre software stack</a></td><td>James Howell</td><tr> <tr><td>20</td><td><a href="/2023/talks/ref">Org-Mode Workflow: Informal Reference Tracking</a></td><td>Christopher Howard</td><tr> <tr><td>20</td><td><a href="/2023/talks/extending">GNU Emacs for electronics, note-taking, and as lightweight IDE</a></td><td>Anand Tamariya</td><tr> diff --git a/2023/talks/adventure.md b/2023/talks/adventure.md new file mode 100644 index 00000000..65e646c1 --- /dev/null +++ b/2023/talks/adventure.md @@ -0,0 +1,28 @@ +[[!meta title="An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp"]] +[[!meta copyright="Copyright © 2023 Chung-hong Chan"]] +[[!inline pages="internal(2023/info/adventure-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp +Chung-hong Chan (he/his/him, er/sein/ihn/ihm, 佢/他) + +[[!inline pages="internal(2023/info/adventure-before)" raw="yes"]] + +I am experimenting with using org-mode as a HyperCard-like text +adventure game engine. In this talk, I am going to demonstrate a text +adventure game for learning the basics of Emacs. Through solving +puzzles and programming your companion robot, Emi, you will learn how +to use the built-in Emacs help system, the mechanic of emacs +customization and the basics of programming Emacs Lisp. I believe this +game is ideal as a light-hearted complement to the `C-h t` tutorial. + + + +[[!inline pages="internal(2023/info/adventure-after)" raw="yes"]] + +[[!inline pages="internal(2023/info/adventure-nav)" raw="yes"]] + + |