Custom frontend for the Emscripten port of isle-portable
Go to file
Christian Semmler 4a55a478e2
Fixes
2026-01-04 16:57:57 -07:00
src Add Widescreen Backgrounds extension 2025-08-10 19:37:40 -07:00
workbox Add offline play feature 2025-07-17 18:21:25 -07:00
.gitignore Add voices section 2026-01-04 10:43:02 -07:00
app.js Fixes 2026-01-04 16:57:57 -07:00
bonus.webp Add update popup 2026-01-03 15:11:14 -07:00
callfail.webp Improve ReadMe page 2026-01-04 09:45:50 -07:00
cancel_off.webp Initial commit 2025-06-12 15:32:01 -07:00
cancel_on.webp Initial commit 2025-06-12 15:32:01 -07:00
cdspin.gif Initial commit 2025-06-12 15:32:01 -07:00
comic.pdf Add System tab 2026-01-04 14:12:26 -07:00
configure_off.webp Slightly crop configure off 2025-06-14 10:33:39 -07:00
configure_on.webp Initial commit 2025-06-12 15:32:01 -07:00
congrats.webp Add voices section 2026-01-04 10:43:02 -07:00
debug.html Add debug menu 2026-01-01 09:34:47 -07:00
debug.js Add debug menu 2026-01-01 09:34:47 -07:00
downloader.js Use Web Worker to download game assets 2025-07-21 10:45:24 -07:00
favicon.png Initial commit 2025-06-12 15:32:01 -07:00
favicon.svg feat: add svg favicon (#3) 2025-06-23 18:06:12 -07:00
free_stuff_off.webp Initial commit 2025-06-12 15:32:01 -07:00
free_stuff_on.webp Initial commit 2025-06-12 15:32:01 -07:00
getinfo.webp Improve ReadMe page 2026-01-04 09:45:50 -07:00
index.html Fixes 2026-01-04 16:57:57 -07:00
install_off.webp Add offline play feature 2025-07-17 18:21:25 -07:00
install_on.webp Add offline play feature 2025-07-17 18:21:25 -07:00
install.mp3 Turn mp4 video into webp and mp3 2025-07-19 08:40:13 -07:00
install.webp Turn mp4 video into webp and mp3 2025-07-19 08:40:13 -07:00
island.webp Initial commit 2025-06-12 15:32:01 -07:00
later.webp Update sections 2026-01-04 14:28:36 -07:00
LICENSE Initial commit 2025-06-13 00:30:51 +02:00
manifest.json Add PWA functionality (#1) 2025-06-23 18:05:53 -07:00
ogel.webp Add debug menu 2026-01-01 09:34:47 -07:00
poster.pdf Add System tab 2026-01-04 14:12:26 -07:00
read_me_off.webp Initial commit 2025-06-12 15:32:01 -07:00
read_me_on.webp Initial commit 2025-06-12 15:32:01 -07:00
README.md Update README.md [skip ci] 2025-07-02 02:48:09 +02:00
register.webp Add System tab 2026-01-04 14:12:26 -07:00
run_game_off.webp Initial commit 2025-06-12 15:32:01 -07:00
run_game_on.webp Initial commit 2025-06-12 15:32:01 -07:00
send.webp Add voices section 2026-01-04 10:43:02 -07:00
shark.webp Initial commit 2025-06-12 15:32:01 -07:00
style.css Address Safari issues 2026-01-04 16:18:52 -07:00
sw.js Fixes 2026-01-04 16:57:57 -07:00
sysinfo.webp Improve ReadMe page 2026-01-04 09:45:50 -07:00
uninstall_off.webp Add offline play feature 2025-07-17 18:21:25 -07:00
uninstall_on.webp Add offline play feature 2025-07-17 18:21:25 -07:00
workbox-config.js Update sections 2026-01-04 14:28:36 -07:00

isle.pizza frontend

This is a custom frontend for the Emscripten port of 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.

A Docker image that bundles the runtime with this frontend is also available.