hereforawhile@lemmy.ml to Programming@programming.dev · 3 months agowhat's the coolest thing you have ever programmed?message-squaremessage-square67fedilinkarrow-up1123arrow-down11file-text
arrow-up1122arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 3 months agomessage-square67fedilinkfile-text
minus-squareI_am_10_squirrels@beehaw.orglinkfedilinkarrow-up2·3 months agoI made a ttrpg character sheet template generator. It used PHP to parse a markdown language to build the sheet, and Javascript on the front end to control the fields and save the current sheet as a JSON cookie.
I made a ttrpg character sheet template generator. It used PHP to parse a markdown language to build the sheet, and Javascript on the front end to control the fields and save the current sheet as a JSON cookie.