hereforawhile@lemmy.ml to Programming@programming.dev · 9 days agowhat's the coolest thing you have ever programmed?message-squaremessage-square72linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 9 days agomessage-square72linkfedilinkfile-text
minus-squareI_am_10_squirrels@beehaw.orglinkfedilinkarrow-up0·8 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.