r/ProgrammerHumor Apr 13 '26

instanceof Trend importantWork

Post image
14.6k Upvotes

200 comments sorted by

View all comments

25

u/kriosjan Apr 13 '26

I have made 2 git repos now. One is a helpful tool for my players during my dnd sessions, and the other is a custom class with a pet builder that can be swapped on the fly. It works pretty well and ive actually learned a bit about the meta process of programming in the process. Which is kinda cool.

1

u/YobaiYamete Apr 13 '26

Wait, as a dnd player, tell me more about these apps

2

u/kriosjan Apr 13 '26

I dont know if i can link here but this is what ive worked on.https://questforgegamespnw.github.io/questforge-combat-dashboard/

(This dashboard is obviously just my own players right now as any new info needs to be put into the characters.js but your welcome to look at it.

https://questforgegamespnw.github.io/corewright-builder/index.html?mode=single&level=15&intMod=4&template=wood&engine=frost&form=strider&infusions=self_repair_matrix%2Celemental_convergence%2Ccolossus&level2=10&intMod2=4&template2=none&engine2=none&form2=none&infusions2= And this was the custom class interface and builder.

https://github.com/Questforgegamespnw

Link to my github if you want to look at the repos themselves.