Projects
JGDev Blog
Project URL:
jgreene.dev/bloghomeI'm currently working on a blog where I will be writing articles about Tabletop Role Playing Games. Each article will be accessible through the homepage, where article info and links will be pulled from a database and showed to the user. Once I have a few articles written, I plan to make sorting and filtering functions to make it easier to find specific articles from the homepage. You can find the blog homepage here.
Dice Probability Graphing Utility
Project URL:
jgreene.dev/diceA probability graphing tool I created which can be found here. The tool can be used to graph the probability distributions of rolling n-sided dice, and is able to generate graphs for both total value and successes over a threshold. A target result can optionally be entered, and the tool will return the total probability of obtaining that target result or higher.
Shapers of Mana Website
Project URL:
shapersofmana.devA website for the Tabletop Role Playing Game I am currently creating. I am using React and Tailwind for the web design of this project, with the possibility of using a firestore backend to store game info in the future.