Tools and Programs

This is a listing of the different tools and programs I have created. These tools help out gamers and also have some examples of ecommerce solutions using PayPal.

Cyrus

Tools for Game Masters of the Cyrus by Silvervine Games tabletop game.

  1. Initiative Tracker

World of Warcraft

Tools for players of the MMORPG World of Warcraft

  1. Windwalker Monk Multistrike Cap Calculator
  2. Raid Team Tracker

Genesys

Tools for Game Masters of the Genesys system by Fantasy Flight games.

  1. Shadowrun full conversion
  2. Magic Calculator
  3. Die Results

D&D 5e

Tools for players of the Dungeons and Dragons tabletop game.

  1. Wildemount Heroic Chronicle generator

C# / .Net

The first program I made was the Shadowrun Roll for Initiative app in C#. The limitation to this is my GM at the time used Mac.

Java

I then rewrote the project in Java so it could be launched from any machine with Java installed.

Javascript

The future is not in applications, though. It is in responsive web applications. A majority of my programs are written with Javascript, CSS, and HTML.

PHP

Sometimes server side processing has its benefits, such as when utilizing PayPal. The PayPal apps and the twitch.tv control panel are in PHP.

Python

The dice rolling bot was made in Python as that is a great language for always-on type programs like a bot.

SQL

The fundraiser site uses a database to track incoming payments. SQL is a go-to for this type of work.