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