Sokoban clone implemented using HTML / CSS / Javascript
Ctrl + arrow keys to change levels.Backspace to undo move.Ctrl + Home to restart level.slcs folder.npm install to install any dependencies.npm run genlevels to generate src/levels.mjs file.npm run build to build files from the src directory into the build directory.npm run server to run a local http server to serve the build directory.http://localhost:8080.