Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 692 Bytes

File metadata and controls

24 lines (20 loc) · 692 Bytes

Sokoworm

Screenshot of the first level
A very short sokoban, made for the 2024 4MB gamejam.

More info can be found on:
https://vstvff.itch.io/sokoworm

build with nasm:

$ nasm -f bin -o sokoworm worm.nasm
$ chmod +x sokoworm