Andrew Schultz: recent release topic (latest: Shuffling Around(IFComp 2012) R5 22-05-13)

I don’t know if anyone’s made this sort of topic, and hopefully that’s just because nobody managed to, yet. Mods, if it’s bad form in any way, let me know.

But the reason I’m making this instead of reporting things individually is because I’d like to announce things somewhere, but sometimes I pause a bit as I don’t want to gum up the “project announcements” category here. Maybe other people who’d like to post release progress feel this way. Yes, there’s itch.io, but this is the board where I take (and sometimes even give) advice, so it feels most convenient!

Also, I’d like to encourage others to have these topics. I’m just interested in what people are up to, even if it is a minor release.

Release 5 of Shuffling Around was released to itch.io today. July 2015 was the last release, and September 2012 was the first. I remember back then, Rule 4 meant you couldn’t even talk about IFComp entries before or during the comp, and it still feels weird talking about Shuffling in public! (My later entries, not so much.)

So this is a relatively big one for me, as releases go. I’ll also be sending a copy of the binary to ifarchive.org.

the ifdb.org blurb

I’ve put off release due to feature creep, but what I think is the final version of Shuffling Around is now at itch.io. It was conceived over 10 years ago, in April 2012, and it was submitted to IFComp in September 2012. Apparently release 4 occurred in July of 2015. Which is a while back. At least I’ve had other rewarding projects on the way, too.

DrkStarr, Olaf Nowacki and Amanda W. helped me finally push this through in 2022 with testing efforts.

The major changes to the story and puzzles themselves are a much smoother introduction and endgame. There are now three solutions in the final room to win. I kept the original, which feels strained compared to the two, but I like the end. A personal favorite is that each liver in one room now has a description that conforms to the game mechanics.

There’s been a long journey to get here. I’ve gotten better at Inform coding–well enough to look at stuff from 2012 and see why the stuff that I just needed to make work was, well, not perfect, but I’m glad I got things started as quickly as I did. The whole process of testing has helped me grow, I think.

That’s the quick stuff! The TL;DR is below.

I vacillated on when I should release the next version. It seemed when I’d get close, I’d find more bugs. But Zarf’s Python regression testing scripts helped me push a lot of bugs out of the way. I achieved a huge brass ring in the last two weeks before release: I’d never used custom check classes before, but I tweaked regtest to detect lines with just a period in them, or lines without adequate punctuation at the end. I felt like I’d really arrived at that point, both with Python competence and knowing that, well, a lot of the text’s obvious errors were caught.

GitHub also helped me organize things, and I learned so many commands to do what I wanted, or where I said “It’d be nice if git could do this, but nah … wait, let’s just check and make sure on StackOverflow.” And then I stumbled on a question with a hundred or even a thousand upvotes, asked back in 2011.

Originally I was just going to fix one bug Sean M. Shore found: if you eat the saltine and use your cheat powers on something you already know (e.g. you find what Store R should become before clearing F, I and M), then you have wasted your cheat.

Of course it expanded into much more: renaming one room, then another, then another. Some NPCs and scenery got renamed, and I also implemented bounding scenery for fun. It became a case of “I like this anagram, but I think I can do better.” Then, later, I did.

Then, a bonus point here, text cleaned up there, hint features streamlined elsewhere, code refactored for readability, Zarf’s test scripts to help make sure nothing broke, and I learned Python along the way to make sure that the test scripts covered all the special flavor and hint text I’d laid out there, or that the clues from the Tagged Gadget were in fact all accurate. I even wrote up flowcharts for solving the various areas using Trizbort.

The website with the downloadable binary and feelies (walkthroughs, PDF maps, etc.) is at Shuffling Around by Andrew Schultz.

The GitHub site is at GitHub - andrewschultz/stale-tales-slate: Three wordplay games in Inform 7.. The sub-code for Shuffling is at stale-tales-slate/Shuffling at main · andrewschultz/stale-tales-slate · GitHub.

Though I want to move on, this was worthwhile for me, and I encourage anyone who wonders if they should re-release that IFComp game they had some fixes for to do so, big or small.

(For anyone interested in Roiling, well, I wouldn’t mind a tester or two. It’s in very human-testable shape, but I can’t quite push the button, yet. Even help with one or two areas is big.)

I’ve attached the release notes. They didn’t quite seem like they fit in a general news article, but I suspect some people will find it interesting and fun. I think I let feature creep delay this release too much, but I really

shuffling_around_release_5_notes.txt (5.1 KB)

13 Likes

I really enjoy you have released this big, interesting game by now.
Thank you.

1 Like