Upstairs Downstairs

Hi! It’s been a while, but I’m back with a new game. Although things have been quiet here on the site for a long time, I have been working on something. It’s certainly the biggest and most ambitious game I’ve ever tried to make, but it’s still a long way from being complete, so I thought I’d do something smaller in the meantime. It’s a little different, but here it is: Upstairs Downstairs is my thirty-first game, and it’s… yeah, it’s another Sokoban game.

I have a good excuse, though! You see, my previous three Sokoban-style games were at least partially inspired by Puzzlescript – the Sokoban scripting language and associated game collection by the incredibly prolific Stephen Lavelle. I wanted to make a Puzzlescript game, but all the ideas I came up with were ill-suited to Puzzlescript’s relatively simple engine. Joiner would simply not be possible in Puzzlescript for a number of reasons. The Pearl might actually be possible, but I didn’t want to try it, and I just don’t see how Pushbot & Minibot could work in Puzzlescript. I finally came up with an idea that would be relatively easy to implement in Puzzlescript, so I started working on it. You can check the code by “hacking” the game (or by just clicking here) and see that it wasn’t as easy as I thought it would be – I wound up with 75 rules in an engine which can produce typical Sokoban behavior with only a single rule.

I’m hoping the game is self-explanatory, but let me explain a few of the limitations that make it unlike my other Sokoban games. Puzzlescript has undo, but no redo. So that’s a little different from my usual. The main thing is that Puzzlescript is limited to 5×5 pixel sprites for the art. So it will not look like any of my other games; hopefully this is not a problem. Oh, one more thing: there is no level select. You can’t go back and replay old levels without deleting your save and starting over. So that made me want to trim it down to as few levels as possible. And I cut quite a lot from the game as a result – but I still wound up with twenty levels. So the difficulty curve can get a bit brutal because I had to cut most of the easy ones. Sorry about that. Enjoy Upstairs Downstairs – if you dare!

Leave a Reply to Anonymous Cancel reply

All fields are optional. Your email address will not be published.