-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (140 loc) · 7.28 KB
/
Copy pathindex.html
File metadata and controls
161 lines (140 loc) · 7.28 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<title>Movement Arcade</title>
<!-- link to bootstrap -->
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css' integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body>
<!-- Modals == PopUp Windows-->
<!-- FlappySquatsModal -->
<div class="modal fade bd-example-modal-lg" id="flappySquatsModal" tabindex="-1" role="dialog" aria-labelledby="flappySquatsModalTitle" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">How to play Flappy Squats</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<center><video width="100%" autoplay controls>
<source src="res/demo_flappy_squats.mp4" type="video/mp4">
</video></center>
</div>
</div>
</div>
</div>
<!-- SpaceInvadersModal -->
<div class="modal fade bd-example-modal-lg" id="spaceInvadersModal" tabindex="-1" role="dialog" aria-labelledby="spaceInvadersModalTitle" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">How to play Space Invaders</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<center><video width="100%" autoplay controls>
<source src="res/demo_space_invaders.mp4" type="video/mp4">
</video></center>
</div>
</div>
</div>
</div>
<!-- PongModal -->
<div class="modal fade bd-example-modal-lg" id="pongModal" tabindex="-1" role="dialog" aria-labelledby="pongModalTitle" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">How to play Pong</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<center><video width="100%" autoplay controls>
<source src="res/demo_pong.mp4" type="video/mp4">
</video></center>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-1 text-center">
<center><h1>WirvsVirus Hackathon 2020 - Movement Arcade</h1> </center>
<hr style="width:80%;">
<center><a href="https://github.com/mathmerizing/wirvsvirus"> <svg height="32" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg></a></center>
<center><h3 style="color: #FF0000;">NOTE: You need to enable your webcam for these applications!</h3></center>
<!-- container-->
<div class="container-fluid" style="width:80%;">
<!-- first row-->
<div class="row">
<!-- first project-->
<div class="col-md">
<div class="card bg-light mb-3">
<img class="card-img-top" src="res/Screenshot_flappy_squats.png">
<div class="card-body">
<h4 class="card-title">Flappy Squats</h4>
<p class="card-text">Flap your wings in this exiting game of flappy birds where you control your character using squats.</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#flappySquatsModal">
Demo Video
</button>
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Try it out!
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="https://julianroth.org/wirvsvirus/flappy_squats/?fps=15">15 FPS</a>
<a class="dropdown-item" href="https://julianroth.org/wirvsvirus/flappy_squats/?fps=30">30 FPS</a>
<a class="dropdown-item" href="https://julianroth.org/wirvsvirus/flappy_squats/?fps=60">60 FPS</a>
</div>
</div>
</div>
</div>
<!-- second project-->
<div class="col-md">
<div class="card bg-light mb-3">
<img class="card-img-top" src="res/Screenshot_space_invaders.png">
<div class="card-body">
<h4 class="card-title">Space Invaders</h4>
<p class="card-text">Save the galaxy from an evil alien invasion, where your body becomes your spaceship.</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#spaceInvadersModal">
Demo Video
</button>
<a href="https://julianroth.org/wirvsvirus/space_invaders" class="btn btn-primary">Try it out!</a>
</div>
</div>
</div>
<!-- third project-->
<div class="col-md">
<div class="card bg-light mb-3">
<img class="card-img-top" src="res/Screenshot_pong.png">
<div class="card-body">
<h4 class="card-title">Pong</h4>
<p class="card-text">Challenge your friends to an intense squatting battle, in a game of pong.</p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#pongModal">
Demo Video
</button>
<a href="https://julianroth.org/wirvsvirus/pong" class="btn btn-primary">Try it out!</a>
</div>
</div>
</div>
</div> <!-- ./first row -->
</div>
<br><br>
<h2>How it all works:</h2>
<hr style="width:80%;">
<img src="res/how_it_works.jpg" style="width:60%;">
</div><!-- /.container -->
<hr style="width:80%;">
<center><h5>Created by: Annika Heil, Max Schröder, Yerso Checya Sinti, Julian Roth</h5></center>
</body>
</html>