Find a file
Christian Lawson-Perfect 2f241b2f6a add README
2025-05-22 14:50:04 +00:00
src link to download the board as a PNG image 2025-05-17 11:12:49 +00:00
.gitignore remove elm-stuff 2025-05-17 08:27:05 +01:00
.make.lock first commit. 2025-05-15 15:08:05 +00:00
.watchmakerc first commit. 2025-05-15 15:08:05 +00:00
elm.json first commit. 2025-05-15 15:08:05 +00:00
error.txt first commit. 2025-05-15 15:08:05 +00:00
index.html first commit. 2025-05-15 15:08:05 +00:00
load-app.js link to download the board as a PNG image 2025-05-17 11:12:49 +00:00
Makefile first commit. 2025-05-15 15:08:05 +00:00
README.txt add README 2025-05-22 14:50:04 +00:00
show-error.mjs first commit. 2025-05-15 15:08:05 +00:00
style.css add README 2025-05-22 14:50:04 +00:00

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