Skip to content
View ItsEricWoodward's full-sized avatar
Block or Report

Block or report ItsEricWoodward

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ItsEricWoodward/README.md

👋 Hi, I’m @ItsEricWoodward

You can find out more about me via my website, https://www.itsericwoodward.com/.

In 1997, I released my first (and so far, only) video game, Camp Happy Island Massacre.

In 2016, I published the tabletop card game Mythic Wars: Clash of the Gods.

In 2018, I released the Codex Mythica, a web app for viewing the cards from Mythic Wars.

In 2022, I published The Planar Vagabond's Guide to the Multiverse, a set of rules, monsters, and magic items for playing a tabletop RPG based on classic D&D.

Thanks for dropping by!

Pinned Loading

  1. My Favorite Aliases My Favorite Aliases
    1
    # git aliases
    2
    alias gch='git checkout'
    3
    alias gco='git commit'
    4
    alias gpo='git pull origin'
    5
    alias gpu='git push origin'
  2. codex-mythica codex-mythica Public

    The online card databse for the game "Mythic Wars".

    HTML

  3. markdown-it-implicit-figures-video markdown-it-implicit-figures-video Public

    Render videos occurring by themselves in a paragraph as `<figure>< video ...></figure>`, similar to pandoc's implicit_figures with images

    TypeScript