Erlang Sokoban v2002.1104 README -------------------------------- Installation ------------ Extract the esoko-2002.1104 directory into somewhere in your Erlang path (on Windows, usually "C:\Program Files\erl5.2\lib".) If your distribution didn't come with .beam files pre-compiled in the ebin directory, you must compile esoko by going into the esoko-2002.1104 directory and typing # erlc -o ebin src/*.erl Starting the Game ----------------- Windows users can run the file esoko.bat, found in the script subdirectory. 'nix users can run esoko.sh, also found in the script subdirectory. If all else fails, you can start it manually. # erl 1> esoko:start(). Enjoy!