diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 13:12:01 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 13:12:01 -0700 |
| commit | 8ae0ffadb9d33abf150f3a7ead662415b2e3dd4e (patch) | |
| tree | 6e06c1569aa5807b3c0d057bec4e71461183c576 /templates/games/stallman-shooter.html.template | |
| parent | Port a game I wrote a long time ago to JS (diff) | |
| download | roseh.moe-8ae0ffadb9d33abf150f3a7ead662415b2e3dd4e.tar.zst | |
Move stallman-shooter to rms
Diffstat (limited to 'templates/games/stallman-shooter.html.template')
| -rw-r--r-- | templates/games/stallman-shooter.html.template | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/games/stallman-shooter.html.template b/templates/games/stallman-shooter.html.template deleted file mode 100644 index bf1f843..0000000 --- a/templates/games/stallman-shooter.html.template +++ /dev/null @@ -1,20 +0,0 @@ -{{define "head"}} - <title>Stallman shooter</title> - <link rel="modulepreload" href="/static/games/stallman-shooter/constants.js"> - <link rel="modulepreload" href="/static/games/stallman-shooter/gates.js"> - <link rel="modulepreload" href="/static/games/stallman-shooter/player.js"> - <link rel="modulepreload" href="/static/games/stallman-shooter/state.js"> - <script type="module" src="/static/games/stallman-shooter/main.js"></script> -{{end}} - -<img id="introduction" src="/static/games/stallman-shooter/assets/introduction.webp" hidden> -<img id="loss" src="/static/games/stallman-shooter/assets/loss.webp" hidden> -<img id="victory" src="/static/games/stallman-shooter/assets/victory.webp" hidden> -<img id="stallman" src="/static/games/stallman-shooter/assets/stallman.webp" hidden> -<img id="gates" src="/static/games/stallman-shooter/assets/gates.webp" hidden> -<img id="binary-blob" src="/static/games/stallman-shooter/assets/binary_blob.webp" hidden> -<img id="player-pepp" src="/static/games/stallman-shooter/assets/player_pepp.webp" hidden> - -<section> - <canvas id="canvas" width="800" height="600"></canvas> -</section> |
