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

Block or report ItsEricWoodward

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  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