bastienmichaux / ifrpg

toy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

toy


Languages

Language:TypeScript 94.9%Language:HTML 1.8%Language:JavaScript 1.7%Language:CSS 1.6%