blob: 7da89ec1c4bbc5b3b742cbd1380de84f2a8b1dcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{{define "head"}}
<title>Stallman shooter</title>
<link rel="modulepreload" href="/static/games/rms/constants.js">
<link rel="modulepreload" href="/static/games/rms/gates.js">
<link rel="modulepreload" href="/static/games/rms/player.js">
<link rel="modulepreload" href="/static/games/rms/state.js">
<script type="module" src="/static/games/rms/main.js"></script>
{{end}}
<img id="introduction" src="/static/games/rms/assets/introduction.webp" hidden>
<img id="loss" src="/static/games/rms/assets/loss.webp" hidden>
<img id="victory" src="/static/games/rms/assets/victory.webp" hidden>
<img id="stallman" src="/static/games/rms/assets/stallman.webp" hidden>
<img id="gates" src="/static/games/rms/assets/gates.webp" hidden>
<img id="binary-blob" src="/static/games/rms/assets/binary_blob.webp" hidden>
<img id="player-pepp" src="/static/games/rms/assets/player_pepp.webp" hidden>
<section>
<canvas id="canvas" width="800" height="600"></canvas>
</section>
|