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