-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (132 loc) · 7.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://use.typekit.net/ccv3kiu.css">
<link rel="stylesheet" href="./stylesheets/index.css">
<link rel="stylesheet" href="./stylesheets/collapsible.css">
<link href="./assets/img/Title.png" type="image/png" rel="shortcut icon">
<meta charset="UTF-8">
<title>Game Nexus</title>
</head>
<body>
<img id="repo-card" src="./assets/img/logo.png" alt="Website header">
<p id="version-card" style="font-size:20px">v1.0</p>
<p>Welcome to this small project. This project will allow you to play the mentioned games. Just click on the game you wish to play and it'll open a new webpage which will emulate the game </p>
<button type="collapsible-button" class="collapsible-collapsible">
Keybinds
</button>
<div class="collapsible-content">
<p class="collapsible-text">
<img src="assets/controls-gba-diagram.png" width="611" height="344" alt="Controls diagram"></img><br>
<b><u>Emulator Keybinds</u></b><br>
<b>Reset Game:</b> R<br>
<b>Play/Pause:</b> P
</p>
</div><br>
<hr><br>
<h1>Select a Game</h1>
<p>
<h3>Doom</h3><br>
<a class="playerLink" href="./player.html#doom">Doom</a></br>
<a class="playerLink" href="./player.html#doom_2">Doom 2</a><br>
<h3>Kirby</h3><br>
<a class="playerLink" href="./player.html#kirbymirror">Kirby & The Amazing Mirror</a><br>
<a class="playerLink" href="./player.html#kirbynightmare">Kirby: Nightmare in Dream Land</a><br>
<h3>Mario</h3><br>
<a class="playerLink" href="./player.html#supermarioworld">Super Mario World</a><br>
<a class="playerLink" href="./player.html#supermarioadvance">Super Mario Advance</a><br>
<a class="playerLink" href="./player.html#supermarioadvance2">Super Mario Advance 2</a><br>
<a class="playerLink" href="./player.html#supermarioadvance3">Super Mario Advance 3</a><br>
<a class="playerLink" href="./player.html#supermarioadvance4">Super Mario Advance 4</a><br>
<a class="playerLink" href="./player.html#superstar">Mario & Luigi: Superstar Saga</a><br>
<a class="playerLink" href="./player.html#mariokart">Mario Kart: Super Circuit</a><br>
<a class="playerLink" href="./player.html#marioparty">Mario Party Advance</a><br>
<a class="playerLink" href="./player.html#mariopinball">Mario Pinball Land</a><br>
<h3>Megaman</h3><br>
<a class="playerLink" href="./player.html#megamanbass">Mega Man & Bass</a><br>
<a class="playerLink" href="./player.html#megaman_zero1">Mega Man Zero</a><br>
<a class="playerLink" href="./player.html#megaman_zero2">Mega Man Zero 2</a><br>
<a class="playerLink" href="./player.html#megaman_zero3">Mega Man Zero 3</a><br>
<a class="playerLink" href="./player.html#megaman_zero4">Mega Man Zero 4</a><br>
<h3>Metal Slug</h3><br>
<a class="playerLink" href="./player.html#metalslug">Metal Slug Advance</a><br>
<h3>Metroid</h3><br>
<a class="playerLink" href="./player.html#metroid_fusion">Metroid Fusion</a><br>
<h3>One Piece</h3><br>
<a class="playerLink" href="./player.html#onepiece">One Piece</a><br>
<h3>Pac-Man</h3><br>
<a class="playerLink" href="./player.html#pacman_world">Pac-Man World</a><br>
<a class="playerLink" href="./player.html#pacman_world2">Pac-Man World 2</a><br>
<h3>Pokémon</h3><br>
<a class="playerLink" href="./player.html#pokemonemerald">Pokémon Emerald</a><br>
<a class="playerLink" href="./player.html#pokemongreen">Pokémon LeafGreen</a><br>
<a class="playerLink" href="./player.html#pokemonred">Pokémon FireRed</a><br>
<a class="playerLink" href="./player.html#mysteryred">Pokémon Mystery Dungeon: Red Rescue Team</a><br>
<a class="playerLink" href="./player.html#pokemonruby">Pokémon Ruby</a><br>
<a class="playerLink" href="./player.html#pokemonsapphire">Pokémon Sapphire</a><br>
<h3>Sonic</h3><br>
<a class="playerLink" href="./player.html#sonic_advance">Sonic Advance</a><br>
<a class="playerLink" href="./player.html#sonic_advance2">Sonic Advance 2</a><br>
<a class="playerLink" href="./player.html#sonic_advance3">Sonic Advance 3</a><br>
<a class="playerLink" href="./player.html#sonicbattle">Sonic Battle</a><br>
<a class="playerLink" href="./player.html#sonicpinball">Sonic Pinball Party</a><br>
<h3>Teenage Mutant Ninja Turetles</h3><br>
<a class="playerLink" href="./player.html#tmnt">Teenage Mutant Ninja Turtles</a><br>
</p><br><hr><br>
<button type="collapsible-button" class="collapsible-collapsible">
Debug Files
</button>
<div class="collapsible-content">
<p class="collapsible-text">
<a class="playerLink" href="./player.html#-DEBUG-AGB-buttontest">AGB-buttontest</a><br>
<a class="playerLink" href="./player.html#-DEBUG-gbaframetest">gbaframetest</a><br>
<a class="playerLink" href="./player.html#-DEBUG-suite">suite</a><br>
<br>
<a class="playerLink" href="./player.html#-DEBUG-arm">arm</a><br>
<a class="playerLink" href="./player.html#-DEBUG-bios">bios</a><br>
<a class="playerLink" href="./player.html#-DEBUG-flash64">flash64</a><br>
<a class="playerLink" href="./player.html#-DEBUG-flash128">flash128</a><br>
<a class="playerLink" href="./player.html#-DEBUG-hello">hello</a><br>
<a class="playerLink" href="./player.html#-DEBUG-memory">memory</a><br>
<a class="playerLink" href="./player.html#-DEBUG-nes">nes</a><br>
<a class="playerLink" href="./player.html#-DEBUG-none">none</a><br>
<a class="playerLink" href="./player.html#-DEBUG-shades">shades</a><br>
<a class="playerLink" href="./player.html#-DEBUG-sram">sram</a><br>
<a class="playerLink" href="./player.html#-DEBUG-stripes">stripes</a><br>
<a class="playerLink" href="./player.html#-DEBUG-thumb">thumb</a><br>
</p>
</div><br><br><br><br><br><br>
<div class="outer-footer">
Copyright © Game Nexus. All Right Reserved
<p>Designed by - Om Sagar</p>
</div>
<!-- Enable collapsible menus -->
<script>
var divs = document.getElementsByClassName("collapsible-collapsible");
for (i = 0; i < divs.length; i++) {
divs[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight) {
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
};
});
};
</script>
<!-- Fix links while hosting locally -->
<script>
var url = document.location.hostname;
if (url == "localhost" || url == "127.0.0.1") {
// Locally hosted; change urls from /player to /player.html
var elems = document.getElementsByClassName("playerLink");
for (var i = 0; i < elems.length; i++) {
var elem = elems[i];
console.log("[LINKFIX] Fixed \"" + elem.innerHTML + "\"");
elem.href = elem.href.replace("player#", "player.html#");
};
};
</script>
</body>
</html>