A downloadable game for Linux

6 short but hopefully challenging puzzles, in a very compact program. 

To run, simply navigate to the game in your terminal (on a Linux machine), and run

./sokoworm

Also get an image viewer ready, preferable one that automatically refreshes when the image changes, like xviewer on xfce, or gnome Image Viewer.

The controls are:
e, r, d, f
Which form a sort of square on the keyboard. Think of that square as your arrow keys.

I wrote this completely in nasm assembly (code on GitHub) over the last 3 days of the jam. It's my first time actually writing a proper program in assembly (and my first time making actual puzzles), so I'm quite happy with how it turned out.

Hope you have fun!

StatusIn development
PlatformsLinux
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
Authorvstvff
GenrePuzzle
TagsSokoban
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard
AccessibilityColor-blind friendly

Download

Download
sokoworm 2.4 kB

Install instructions

If the program doesn't run, make sure to first do

chmod +x ./sokoworm

Comments

Log in with itch.io to leave a comment.

Cool idea. A restart level key would be nice :)

(2 edits)

Thanks for playing!
And yep, if I had playtested with more people than myself, I would have realized that sooner haha

Secret feature: you can input
z z z z z z z z z z z z z z z
To undo multiple times in one go, since the program only reads 2 bytes at a time off of the input buffer.