* Playing RPG game with org-mode
[not found] <m2a5ghxz2u.fsf@foxmail.com>
@ 2024-09-09 3:53 ` c4droid
2024-09-09 9:07 ` Dr. Arne Babenhauserheide
0 siblings, 1 reply; 4+ messages in thread
From: c4droid @ 2024-09-09 3:53 UTC (permalink / raw)
To: emacs-orgmode
Hi, I herd about org-mode can use for rpg game like Dungeons and Dragon
and Ironsworn. I want some guidence for playing RPG game in org-mode,
like creating character sheet, roll dice, creating module, etc. Have any
idea?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Playing RPG game with org-mode
2024-09-09 3:53 ` Playing RPG game with org-mode c4droid
@ 2024-09-09 9:07 ` Dr. Arne Babenhauserheide
2024-09-09 9:29 ` Pedro
0 siblings, 1 reply; 4+ messages in thread
From: Dr. Arne Babenhauserheide @ 2024-09-09 9:07 UTC (permalink / raw)
To: c4droid; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 939 bytes --]
c4droid <c4droid@foxmail.com> writes:
> and Ironsworn. I want some guidence for playing RPG game in org-mode,
> like creating character sheet, roll dice, creating module, etc. Have any
> idea?
Do you mean using org-mode to help playing RPG games or to actually play
computer RPGs inside org-mode?
I use org-mode to create random characters and export to LaTeX.
Embedding die rolling is really simple with org-babel source blocks.
The simplest way could be something like
#+name: roll
#+begin_src bash :var diesize=6
echo $((1 + ($RANDOM % $diesize)))
#+end_src
#+call: roll(20)
#+RESULTS:
: 0
# Local Variables:
# org-confirm-babel-evaluate: nil
# End:
(but using a program like https://github.com/sstrickl/rolldice instead
of simple modulo of $RANDOM)
What do you meant by "creating module"?
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Playing RPG game with org-mode
2024-09-09 9:07 ` Dr. Arne Babenhauserheide
@ 2024-09-09 9:29 ` Pedro
2024-09-11 15:29 ` Pedro
0 siblings, 1 reply; 4+ messages in thread
From: Pedro @ 2024-09-09 9:29 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1.1: Type: text/plain, Size: 342 bytes --]
Some time ago I saw this, which might inspire you this talk in the
emacsconf from 2023 [0]
While researching it, I also found a 2-hour streaming from the great
David Wilson (2021)
[0] https://emacsconf.org/2023/talks/adventure/
[1] System Crafters Live! - Text Adventuring in Emacs
https://www.youtube.com/watch?v=gl_Hz2YmdfY
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3323 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Playing RPG game with org-mode
2024-09-09 9:29 ` Pedro
@ 2024-09-11 15:29 ` Pedro
0 siblings, 0 replies; 4+ messages in thread
From: Pedro @ 2024-09-11 15:29 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1.1: Type: text/plain, Size: 119 bytes --]
Now I found this, a roll dice with hydra interface 4:39 and many more
ideas: https://emacsconf.org/2023/talks/solo/
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3323 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-11 15:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <m2a5ghxz2u.fsf@foxmail.com>
2024-09-09 3:53 ` Playing RPG game with org-mode c4droid
2024-09-09 9:07 ` Dr. Arne Babenhauserheide
2024-09-09 9:29 ` Pedro
2024-09-11 15:29 ` Pedro
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).