Yoooo I know it's said by a lot of people (including me) already, but this game is truly a masterpiece, surprisingly amazing writing and a few typos that I find hilarious for a reason I can't explain "my heart is poinding" for example, dunno why but it cracks me up every time
all good, i feel like it would be fun to archive the older builds to see how much its improved, i have done that with some of my project and i have laughed at some of the horrid writing i had. i usually save after every major stage like a new feature, or major writing change, stuff like that. most of mine are not really novels or anything, just simple, mildly borked programs. the most complex thing i have written was some stuff in C# bc i wanted to make a mech arm for space engineers, first an only time I've used c#, and it was painful, nothing lined up, constantly going back and forth between the in-game code editor and notepad++ to look for mistakes. roughly 600 lines of code for arm movements bound to the numpad, hand sim style, and another 600 or so for a belt-fed mg with reusable railgun links. i can just write a word doc with the code and workshop link if anyone wants it. so the most ive written for one script is 1200 lines. and its was horrible. it was a mess where 1 programmable block would try ping another 8 bc the code was too large, each block was tied to fps, so anything below 15 would break the build.