Role playing game helper

Jason K. MacDuffie 3de802bdfc add a tavern name generator il y a 8 ans
.gitignore aebc99c46e ignore out.html il y a 8 ans
LICENSE 7fabfc51ce init commit il y a 8 ans
README.md 5b3b5043b0 give info on how to run in gauche scheme il y a 8 ans
character-sheet.sxml e1cf8dc29e include a little story il y a 8 ans
init-save.sxml 3903023c4f more races il y a 8 ans
initialize.sh 7fabfc51ce init commit il y a 8 ans
interactive-story.scm 3de802bdfc add a tavern name generator il y a 8 ans
monster-gen.scm 0bc58d129b make numbers more neutral il y a 8 ans
name-gen.scm fde0d85819 separate random single name il y a 8 ans
pretty-sxml.scm e98209b6a2 pretty print to screen il y a 8 ans
print-sheet.scm fddfe81ed9 show full sheet il y a 8 ans
tavern-gen.scm 3de802bdfc add a tavern name generator il y a 8 ans

README.md

RP Helper

This is a helper for role playing games.

Run "./initialize.sh" before starting or else you will get a nasty error.

Then run "gosh interactive-story.scm" to run the main program.

License: GPLv3+

See LICENSE for details.