alexrsworld 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Apps/codeeditor.html +163 -0
- package/Games/WAflash/vex.html +1 -1
- package/Games/emulated/GBA/mariokartsupercircuit.html +30 -0
- package/Games/emulated/GBA/mother.html +30 -0
- package/Games/emulated/GBA/mother3.html +30 -0
- package/Games/emulated/GBA/pacmanworld.html +30 -0
- package/Games/emulated/GBA/sonicadvance.html +30 -0
- package/Games/emulated/GBA/sonicadvance2.html +30 -0
- package/Games/emulated/GBA/sonicadvance3.html +30 -0
- package/Games/emulated/GBA/superstarsaga.html +30 -0
- package/Games/emulated/N64/majorasmask.html +31 -0
- package/Games/emulated/N64/ocarinaoftime.html +31 -0
- package/Games/emulated/SNES/donkeykongcountry.html +31 -0
- package/Games/emulated/SNES/donkeykongcountry2.html +30 -0
- package/Games/emulated/SNES/donkeykongcountry3.html +31 -0
- package/Games/emulated/SNES/linktothepast.html +31 -0
- package/Games/ruffle/bcubed.html +40 -0
- package/Games/ruffle/hobo.html +41 -0
- package/Games/ruffle/maxdirtbike.html +40 -0
- package/Games/ruffle/raftwars2.html +40 -0
- package/Games/ruffle/useboxmen.html +40 -0
- package/Games/ruffle/whackyourboss.html +40 -0
- package/Games/ruffle/whackyourex.html +40 -0
- package/Games/singlefile.html +2322 -54
- package/Games/standalone/amongus.html +1 -0
- package/Games/standalone/bendy.html +141 -0
- package/Games/standalone/chess.html +204 -0
- package/Games/standalone/gdremastered.html +247 -0
- package/Games/standalone/highwayracer3D.html +50 -0
- package/Games/standalone/omnomrun.html +45 -0
- package/Games/standalone/retrobowlcollege.html +0 -65
- package/Games/standalone/slope2player.html +76 -0
- package/Games/standalone/soniccd.html +229 -0
- package/Games/standalone/station141.html +25 -8
- package/Games/standalone/tanukisunset.html +19 -0
- package/Games/standalone/ultrakill.html +108 -0
- package/games.json +130 -3
- package/iframetrue.json +2622 -0
- package/index.html +298 -147
- package/package.json +2 -2
- package/singlefilegames.json +7 -0
- package/singleiframetrue.json +2581 -0
- package/start.html +25 -0
- package/test.html +132 -0
- package/port.html +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Challenge your mind with difficult math problems that let you use your imagination!">
|
|
7
|
+
<link rel="icon" href="/new logo.png">
|
|
8
|
+
|
|
9
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
10
|
+
<title>B Cubed</title>
|
|
11
|
+
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
margin: 0; /* Removes default margin */
|
|
15
|
+
padding: 0; /* Removes default padding */
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body style="overflow: hidden;">
|
|
20
|
+
|
|
21
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
window.addEventListener("load", (event) => {
|
|
25
|
+
const ruffle = window.RufflePlayer.newest();
|
|
26
|
+
const player = ruffle.createPlayer();
|
|
27
|
+
const container = document.getElementById("ruffle-container");
|
|
28
|
+
|
|
29
|
+
// Set player size to container size
|
|
30
|
+
player.style.width = "100%";
|
|
31
|
+
player.style.height = "100%";
|
|
32
|
+
|
|
33
|
+
container.appendChild(player);
|
|
34
|
+
|
|
35
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/b-cubed.swf");
|
|
36
|
+
});
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
<!DOCTYPE html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<meta name="description" content="Challenge your mind with difficult math problems that let you use your imagination!">
|
|
8
|
+
<link rel="icon" href="/new logo.png">
|
|
9
|
+
|
|
10
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
11
|
+
<title>Hobo</title>
|
|
12
|
+
|
|
13
|
+
<style>
|
|
14
|
+
body {
|
|
15
|
+
margin: 0; /* Removes default margin */
|
|
16
|
+
padding: 0; /* Removes default padding */
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
19
|
+
</head>
|
|
20
|
+
<body style="overflow: hidden;">
|
|
21
|
+
|
|
22
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
23
|
+
|
|
24
|
+
<script>
|
|
25
|
+
window.addEventListener("load", (event) => {
|
|
26
|
+
const ruffle = window.RufflePlayer.newest();
|
|
27
|
+
const player = ruffle.createPlayer();
|
|
28
|
+
const container = document.getElementById("ruffle-container");
|
|
29
|
+
|
|
30
|
+
// Set player size to container size
|
|
31
|
+
player.style.width = "100%";
|
|
32
|
+
player.style.height = "100%";
|
|
33
|
+
|
|
34
|
+
container.appendChild(player);
|
|
35
|
+
|
|
36
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/hobo.swf");
|
|
37
|
+
});
|
|
38
|
+
</script>
|
|
39
|
+
|
|
40
|
+
</body>
|
|
41
|
+
</html>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Challenge your mind with difficult math problems that let you use your imagination!">
|
|
7
|
+
<link rel="icon" href="/new logo.png">
|
|
8
|
+
|
|
9
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
10
|
+
<title>Max Dirt Bike</title>
|
|
11
|
+
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
margin: 0; /* Removes default margin */
|
|
15
|
+
padding: 0; /* Removes default padding */
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body style="overflow: hidden;">
|
|
20
|
+
|
|
21
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
window.addEventListener("load", (event) => {
|
|
25
|
+
const ruffle = window.RufflePlayer.newest();
|
|
26
|
+
const player = ruffle.createPlayer();
|
|
27
|
+
const container = document.getElementById("ruffle-container");
|
|
28
|
+
|
|
29
|
+
// Set player size to container size
|
|
30
|
+
player.style.width = "100%";
|
|
31
|
+
player.style.height = "100%";
|
|
32
|
+
|
|
33
|
+
container.appendChild(player);
|
|
34
|
+
|
|
35
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/max-dirt-bike.swf");
|
|
36
|
+
});
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Play games for free at school or work on Alexr Games!">
|
|
7
|
+
<link rel="icon" href="/new logo.png">
|
|
8
|
+
|
|
9
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
10
|
+
<title>Raft Wars 2</title>
|
|
11
|
+
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
margin: 0; /* Removes default margin */
|
|
15
|
+
padding: 0; /* Removes default padding */
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body style="overflow: hidden;">
|
|
20
|
+
|
|
21
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
window.addEventListener("load", (event) => {
|
|
25
|
+
const ruffle = window.RufflePlayer.newest();
|
|
26
|
+
const player = ruffle.createPlayer();
|
|
27
|
+
const container = document.getElementById("ruffle-container");
|
|
28
|
+
|
|
29
|
+
// Set player size to container size
|
|
30
|
+
player.style.width = "100%";
|
|
31
|
+
player.style.height = "100%";
|
|
32
|
+
|
|
33
|
+
container.appendChild(player);
|
|
34
|
+
|
|
35
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/raftwars2.swf");
|
|
36
|
+
});
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Challenge your mind with difficult math problems that let you use your imagination!">
|
|
7
|
+
<link rel="icon" href="/new logo.png">
|
|
8
|
+
|
|
9
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
10
|
+
<title>Use Boxmen</title>
|
|
11
|
+
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
margin: 0; /* Removes default margin */
|
|
15
|
+
padding: 0; /* Removes default padding */
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body style="overflow: hidden;">
|
|
20
|
+
|
|
21
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
window.addEventListener("load", (event) => {
|
|
25
|
+
const ruffle = window.RufflePlayer.newest();
|
|
26
|
+
const player = ruffle.createPlayer();
|
|
27
|
+
const container = document.getElementById("ruffle-container");
|
|
28
|
+
|
|
29
|
+
// Set player size to container size
|
|
30
|
+
player.style.width = "100%";
|
|
31
|
+
player.style.height = "100%";
|
|
32
|
+
|
|
33
|
+
container.appendChild(player);
|
|
34
|
+
|
|
35
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/use-boxmen.swf");
|
|
36
|
+
});
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Challenge your mind with difficult math problems that let you use your imagination!">
|
|
7
|
+
<link rel="icon" href="/new logo.png">
|
|
8
|
+
|
|
9
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
10
|
+
<title>Whack Your Boss</title>
|
|
11
|
+
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
margin: 0; /* Removes default margin */
|
|
15
|
+
padding: 0; /* Removes default padding */
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body style="overflow: hidden;">
|
|
20
|
+
|
|
21
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
window.addEventListener("load", (event) => {
|
|
25
|
+
const ruffle = window.RufflePlayer.newest();
|
|
26
|
+
const player = ruffle.createPlayer();
|
|
27
|
+
const container = document.getElementById("ruffle-container");
|
|
28
|
+
|
|
29
|
+
// Set player size to container size
|
|
30
|
+
player.style.width = "100%";
|
|
31
|
+
player.style.height = "100%";
|
|
32
|
+
|
|
33
|
+
container.appendChild(player);
|
|
34
|
+
|
|
35
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/whack-your-boss-24.swf");
|
|
36
|
+
});
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Challenge your mind with difficult math problems that let you use your imagination!">
|
|
7
|
+
<link rel="icon" href="/new logo.png">
|
|
8
|
+
|
|
9
|
+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
10
|
+
<title>Whack Your Ex</title>
|
|
11
|
+
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
margin: 0; /* Removes default margin */
|
|
15
|
+
padding: 0; /* Removes default padding */
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body style="overflow: hidden;">
|
|
20
|
+
|
|
21
|
+
<div id="ruffle-container" style="width: 100vw; height: 100vh;"></div>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
window.addEventListener("load", (event) => {
|
|
25
|
+
const ruffle = window.RufflePlayer.newest();
|
|
26
|
+
const player = ruffle.createPlayer();
|
|
27
|
+
const container = document.getElementById("ruffle-container");
|
|
28
|
+
|
|
29
|
+
// Set player size to container size
|
|
30
|
+
player.style.width = "100%";
|
|
31
|
+
player.style.height = "100%";
|
|
32
|
+
|
|
33
|
+
container.appendChild(player);
|
|
34
|
+
|
|
35
|
+
player.load("https://raw.githubusercontent.com/dskjfoisjfsjio/Standalone-games/main/swf/whack_your_ex.swf");
|
|
36
|
+
});
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|