/ifrpg

toy

Primary LanguageTypeScript

ifrpg

interactive fiction / randomly-generated sandbox rpg

in development, nothing functional yet

toy project:

  • random gen
  • pure dom (ol school)
  • d&d nerdism

run:

npm i -g webpack
npm i
webpack -w
# then open index.html

optimization:

  • fragments
  • low dom depth
  • update dom, avoid modifying it, pre-rendering
  • css selectors

hieroglyphs:

  • '#%' temp placeholder for actual code
  • 'TODO' todo