Skip to content

wangtz0607/x86sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86sokoban

Sokoban written in x86 assembly

Compile

  1. Install MASM32 SDK to C:\masm32.
  2. Add C:\masm32\bin (the directory containing ml.exe and link.exe) to PATH.
  3. Run
ml /c /coff sokoban.asm
link /SUBSYSTEM:console /LIBPATH:"C:\masm32\lib" sokoban.obj

Alternatively, use GNU make:

make LIBPATH=C:\masm32\lib

Run

Run sokoban.exe in a terminal supporting ANSI escape sequences (such as Windows Terminal, Fluent Terminal, ConEmu, and the built-in terminal of Visual Studio Code). conhost.exe is NOT supported.

License

x86sokoban is licensed under the MIT license.

About

Sokoban written in x86 assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published