Knight's tour explorer.
https://ayliean-knights-tour.think.somethingorotherwhatever.com/
src | ||
.gitignore | ||
.make.lock | ||
.watchmakerc | ||
elm.json | ||
error.txt | ||
index.html | ||
load-app.js | ||
Makefile | ||
README.txt | ||
show-error.mjs | ||
style.css |
Knight's tour explorer Made by Christian Lawson-Perfect in 2025 - https://somethingorotherwhatever.com This is an Elm app. To rebuild this, use https://elm-lang.org/. The build command is elm make src/App.elm --output=app.js The necessary files for use are: * index.html * style.css * app.js * load-app.js