feat: build a bounded browser Web Audio engine and sound controls

This commit is contained in:
2026-08-31 23:32:43 +03:00
parent d30eb59225
commit 17ccc0cb0f
10 changed files with 287 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from pathlib import Path
ROOT = Path(env.subst("$PROJECT_DIR"))
DATA = ROOT / "data"
ASSETS = ("index.html", "styles.css", "app.js", "target_interaction.js", "ship-sprite.svg")
ASSETS = ("index.html", "styles.css", "app.js", "target_interaction.js", "web_audio.js", "ship-sprite.svg")
def minify_html(source):