
SokoCode
Sokocode is a programming sokoban "Zach-Like" where you take on the role of an intern at the newest box-centered enterprise, BoxTopic.
The game requires a keyboard and mouse to play.
- A fake programming language for telling a robot how to move boxes around.
- 43 levels of increasing difficulty. (21 available in the demo.)
- Levels that require the same solution for separate attempts.
- Scoring system to compare solutions and optimize code for speed or size.

By buying the game, you also get access to a downloadable version and a printable instruction booklet.
For a bit more, you can gain access to the un-minified and somewhat commented source code.
This version is actually remake of a game I made before that ran in Zachtronic's game "Last call BBS" using the "Axiom QuickServe" feature that allowed users to make their own fake servers in JavaScript and share them around. The reason for the remake is that the original was a quite a bit inaccessible due to it requiring Last Call BBS and knowing how to find and add servers. All of the base levels, mechanics, instructions, and dialog remain mostly unchanged. If you're interested, you can check it out at https://github.com/Werxzy/SokoCode.
Purchase
In order to download this game you must purchase it at or above the minimum price of $3 USD. You will get access to the following files:
Development log
- Sokocode Version 1.2.2 Bug FixSep 19, 2023
- Sokocode Version 1.2.1 Bug FixSep 17, 2023
- Sokocode Version 1.2 UpdateSep 04, 2023
- Sokocode Version 1.1 UpdateAug 11, 2023
- Creating the Title ScreenAug 09, 2023
Comments
Log in with itch.io to leave a comment.
I find it really funny that 'chf back' & 'chf left' are more efficient 'set false' commands than 'set false,' but 'set true' is more efficient than 'chf forth'
This game's save function works fine, but if you play using the itch.io app's sandbox function, it opens using data in your active user profile (which will be none) and then writes to the sandbox profile. I imagine this isn't something you can really fix, but it's unfortunate nonetheless.
Yea sorry about that. Not something I think I can control with pico8.
That's pretty much what I expected; not really your fault
I can think of a billion ways to do the 2nd puzzle in the 2nd batch if we had an accumulator or register and a way to track units moved... I was like "Maybe if I pushed them all to the top, then looped pulling them back 1 at a time..." but there's no way to set a register for looping. IDK how to math when you can't math lol
This 2nd set is super brutal... I can't beat any of the puzzles ๐. GG
You might double check the in game manual, there might be a command or two you missed. :)
:O there is one! And I have no idea what it needs because it doesn't like any of the directions I give it. Hmmmmm
Also: I checked out the Last Call BBS version of this game - well done!
Going through via the Pico-8 cart now, and with what I've learned along the way, I just got the best solution for "Hallways" ๐` 2 lines of code
Spoiler:
ha, yep. There are much more efficient solutions in the early levels with the new command. Someone actually programmed a solution finder that brute force searches using a single loop and variations of the secret(ish) instruction.
lol your demo screenshot shows a ROT command. That would have been handy for a few solutions lol. I guess it was too easy to cheese your way through with it, though ๐
[EDIT] I just realized you can use FCE RIGHT to basically do the same thing... d'oh
I think rot was an old command that I removed. lol oops.
Glad to see someone combined zach-like with sokoban.