diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-08-05 10:16:56 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-08-05 10:16:56 -0400 |
commit | 2b7d6fbb0d93a33c9313a14af4dcb2585009620d (patch) | |
tree | 7b3d1639d79f647eb87c852a24d59881dd73fcfa /2023/talks | |
parent | 6a1ff763c672b952d9ac88db3db5eaaded9afc38 (diff) | |
download | emacsconf-wiki-2b7d6fbb0d93a33c9313a14af4dcb2585009620d.tar.xz emacsconf-wiki-2b7d6fbb0d93a33c9313a14af4dcb2585009620d.zip |
add adventure
Diffstat (limited to '2023/talks')
-rw-r--r-- | 2023/talks/adventure.md | 28 |
1 files changed, 28 insertions, 0 deletions
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"]] + + |