summaryrefslogtreecommitdiffstats
path: root/templates/games/stallman-shooter.html.template
blob: bf1f8438497c164548eeb7886a2f12776a3cc586 (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/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>