forked from haliechm/580FinalProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·284 lines (254 loc) · 14.3 KB
/
index.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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Switch Accessible Games</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="lead">
<div id="lead-content">
<h1>Switch it Up!</h1>
<h2>a collection of switch accessible games</h2>
<div class="btn-rounded-white">Play Below</div>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="projects" class="background-alt">
<h2 class="heading">Games</h2>
<div class="container">
<div class="row">
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://haliechm.github.io/accessiblePong/" target="_blank"> <img src="images/pong.jpg"
alt="Picture of switch accessible Pong Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Pong</h3>
<p>
[two-switch game] Switch and keyboard accessible. Use spacebar & enter key, or directly
use switch buttons
with mouse or touchscreen. The classic Pong game but the ball freezes before reaching the
player's paddle. The player
can then toggle between three choices of where to place the paddle using the space bar, and
choose with the enter key.
</p>
<a href="https://haliechm.github.io/accessiblePong/" target="_blank">Play Game</a><br />
<a href="https://github.com/haliechm/accessiblePong" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://mbeganovic3.github.io/pacman/" target="_blank"> <img src="images/pacman.jpg"
width="300" height="300" alt="Picture of switch accessible Pac-Man Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Pac-Man</h3>
<p>
Switch accessible Pac-Man. Whenever Pac-Man hits the wall, everything in the game freezes
until the next input of Pac-Man's direction. Can either use the arrow keys or directly use
the direction keys with a mouse or touchscreen.
</p>
<a href="https://mbeganovic3.github.io/pacman/" target="_blank">Play Game</a><br />
<a href="https://github.com/mbeganovic3/pacman" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://haliechm.github.io/accessibleDoodleJump/" target="_blank"> <img
src="images/doodle.jpg" width="300" height="300"
alt="Picture of switch accessible Doodle Jump Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Doodle Jump</h3>
<p>
[two-switch game] Switch and keyboard accessible. Use spacebar & enter key, or directly
use switch buttons
with mouse or touchscreen. Doodle Jump game in which the player can toggle between three
options
of where to jump. Be careful, the game gets a little more difficult the longer you play.
</p>
<a href="https://haliechm.github.io/accessibleDoodleJump/" target="_blank">Play Game</a><br />
<a href="https://github.com/haliechm/accessibleDoodleJump" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://mbeganovic3.github.io/Breakout/" target="_blank"> <img
src="images/breakout.jpg" width="300" height="300"
alt="Picture of switch accessible Breakout Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Breakout</h3>
<p>
[two-switch game] Keyboard accessible. Use spacebar & enter key.
The classic Breakout game but the ball freezes before reaching
the player's paddle. The player can then toggle between three choices of where to place the
paddle using the space bar, and choose with the enter key.
</p>
<a href="https://mbeganovic3.github.io/Breakout/" target="_blank">Play Game</a><br />
<a href="https://github.com/mbeganovic3/Breakout" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<a href=" https://haliechm.github.io/switchConnectFour/" target="_blank"><img
src="images/connect4.jpg" alt="Picture of switch accessible Connect4 Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Connect4</h3>
<p>
[two-switch game] Switch and keyboard accessible. Use spacebar & enter key, or directly
use switch buttons
with mouse or touchscreen. Play Connect4 either against the computer or a friend. The player
can toggle between choices using the space bar and choose a column with the enter key.
</p>
<a href=" https://haliechm.github.io/switchConnectFour/" target="_blank">Play Game</a><br />
<a href="https://github.com/haliechm/switchConnectFour" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://heyaitsbea.github.io/mancala/" target="_blank"> <img src="images/mancala.jpg"
width="300" height="300" alt="Picture of switch accessible Mancala Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Mancala</h3>
<p>
[two-switch game] Switch and keyboard accessible. Use spacebar & enter key, or directly
use switch buttons
with mouse or touchscreen. You will be able to toggle between different pit selections as
well as confirm your selection.
</p>
<a href="https://heyaitsbea.github.io/mancala/" target="_blank">Play Game</a><br />
<a href="https://github.com/heyaitsbea/mancala" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://mbeganovic3.github.io/bloxy/" target="_blank"> <img src="images/bloxy.jpg"
width="300" height="300" alt="Picture of switch accessible Bloxy Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Bloxy</h3>
<p>
[two-switch game] Keyboard accessible. Use spacebar & enter key. Manipulate the block
using the spacebar and enter key to get it to slide into the square hole. The player can
toggle between 4 choices of what direction to go with the block using the space bar, and
choose with the enter key.
</p>
<a href="https://mbeganovic3.github.io/bloxy/" target="_blank">Play Game</a><br />
<a href="https://github.com/mbeganovic3/bloxy" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://heyaitsbea.github.io/2048/" target="_blank"> <img src="images/2048.jpg"
width="300" height="300" alt="Picture of switch accessible 2048 Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>2048</h3>
<p>
[two-switch game] Keyboard accessible. Merge the like tiles to try to get 2048!
Move the board up, down, right, or left.
Use spacebar to iterate through options & and enter to confirm a selection, or use toggle/select buttons.
Arrow keys are still an option as well.
</p>
<a href="https://heyaitsbea.github.io/2048/" target="_blank">Play Game</a><br />
<a href="https://github.com/heyaitsbea/2048" target="_blank">View Source Code</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://mbeganovic3.github.io/Astray/" target="_blank"> <img src="images/astray.JPG"
width="300" height="300" alt="Picture of switch accessible Astray Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Astray</h3>
<p>
[two-switch game] Keyboard accessible. Find your way out by moving through the maze.
Use spacebar to iterate through options & and enter to confirm a selection.
Arrow keys are still an option as well.
</p>
<a href="https://mbeganovic3.github.io/Astray/" target="_blank">Play Game</a><br />
<a href="https://github.com/mbeganovic3/Astray" target="_blank">View Source Code</a>
</div>
</div>
<div class="project shadow-large" name="topi">
<div class="project-image">
<a href="https://heyaitsbea.github.io/rubix/" target="_blank"> <img src="images/rubix.JPG"
width="300" height="300" alt="Picture of switch accessible Astray Game" /></a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Rubik's Cube</h3>
<p>
[two-switch game] Use the two toggle buttons to iterate through choices - to spin, rotate, or shuffle the cube!
</p>
<a href="https://heyaitsbea.github.io/rubix/" target="_blank">Play Game</a><br />
<a href="https://github.com/heyaitsbea/rubix" target="_blank">View Source Code</a>
</div>
</div>
</div>
</div>
<!-- End #projects -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
© Halie Chmura, Bea Manaligod, Meris Beganovic
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>