├── LICENSE ├── README.md ├── client.js ├── data.json ├── favicon.ico ├── index.css ├── index.html └── sample.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/README.md -------------------------------------------------------------------------------- /client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/client.js -------------------------------------------------------------------------------- /data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/data.json -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/index.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/index.html -------------------------------------------------------------------------------- /sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2swap/Klotski-Webpage/HEAD/sample.png --------------------------------------------------------------------------------