hereforawhile@lemmy.ml to Programming@programming.dev · 10 days agowhat's the coolest thing you have ever programmed?message-squaremessage-square74fedilinkarrow-up1130arrow-down11file-text
arrow-up1129arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 10 days agomessage-square74fedilinkfile-text
minus-squareI_am_10_squirrels@beehaw.orglinkfedilinkarrow-up2·9 days 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.