From 29f90eea252d78bd2b409266216e59064f6d6e18 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 13 Jun 2025 00:33:48 +0200 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..79c9300 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# [isle.pizza](https://isle.pizza) frontend + +This is a custom frontend for the Emscripten port of [isle-portable](https://github.com/isledecomp/isle-portable). To use this, build the Emscripten version of the game and couple `isle.js` as well as `isle.wasm` with the files in this repository, and open `index.html`.