-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgame.html
30 lines (28 loc) · 857 Bytes
/
game.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div id="center">
<div id="buttons">
<div>
Normally you'd run this on multiple machines connected to multiple monitors
but if you just want to get the gist of it you can play it locally on one
machine by clicking start below.
</div>
<div id="button1" class="button">
Start Game 3x1 with Controller
</div>
<div id="button2" class="button">
Start Controller Only
</div>
<!--
<div id="dim">
<div><span id="v-minus" class="s-button">-</span></div>
<div><span id="h-minus" class="s-button">-</span><span id="h-plus" class="s-button">+</span></div>
<div><span id="v-plus" class="s-button">+</span></div>
</div>
-->
<div id="options">
</div>
<div>
Launch single screens
</div>
<p id="manual"></p>
<div>Note: You'll need to disable pop-up blocking</div>
</div>