Skip to content
Open

pls #66

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
0a3ec37
Add files via upload
boredmath Jan 29, 2025
cc3cd3f
Create preshark.html
boredmath Jan 29, 2025
8abe5d9
Update index.html
boredmath Jan 29, 2025
963c009
Add files via upload
boredmath Feb 11, 2025
ce157ef
Update hobo.html
boredmath Feb 11, 2025
d33af54
Create hobo7.html
boredmath Feb 11, 2025
12e6979
Update hobo2.html
boredmath Feb 11, 2025
0b0fc41
Update index.html
boredmath Feb 11, 2025
4f2fef2
Create g
boredmath Feb 12, 2025
c036da4
Add files via upload
boredmath Feb 12, 2025
a953cde
Add files via upload
boredmath Feb 12, 2025
ee0f23a
Add files via upload
boredmath Feb 12, 2025
2ba5949
Create f
boredmath Feb 12, 2025
ea68626
Add files via upload
boredmath Feb 12, 2025
a3c5745
Add files via upload
boredmath Feb 12, 2025
d8bbbed
Add files via upload
boredmath Feb 12, 2025
431d74f
Update index.html
boredmath Feb 13, 2025
322a4c4
Update index.html
boredmath Feb 13, 2025
74b9cc2
Update index.html
boredmath Feb 26, 2025
1112cf3
Create f
boredmath Mar 18, 2025
c79767b
Add files via upload
boredmath Mar 18, 2025
8939781
Create f
boredmath Mar 18, 2025
2fa43d9
Add files via upload
boredmath Mar 18, 2025
4e131a9
Add files via upload
boredmath Mar 18, 2025
dac894c
Add files via upload
boredmath Mar 18, 2025
766211e
Rename jj/Splash/loading_screen.png to jj/assets/Splash/loading_scree…
boredmath Mar 18, 2025
b4580c7
Add files via upload
boredmath Mar 18, 2025
b8ba6b0
Create g
boredmath Mar 18, 2025
e6091fe
Add files via upload
boredmath Mar 18, 2025
1565f24
Add files via upload
boredmath Mar 18, 2025
29864e9
Add files via upload
boredmath Mar 18, 2025
9b43429
Add files via upload
boredmath Mar 18, 2025
60ec392
Add files via upload
boredmath Mar 18, 2025
a2ac373
Update index.html
boredmath Mar 19, 2025
a1cb2fd
Add files via upload
boredmath Apr 8, 2025
937d70a
Create mm2.html
boredmath Apr 8, 2025
b5cec54
Create contra.html
boredmath Apr 8, 2025
3be81da
Update index.html
boredmath Apr 8, 2025
d5c58b1
Create poop
boredmath Apr 18, 2025
5113282
Add files via upload
boredmath Apr 18, 2025
b232dc7
Delete cc3d directory
boredmath Apr 18, 2025
4877e1c
Create byssitinmymouth
boredmath Apr 18, 2025
66a6aba
Add files via upload
boredmath Apr 18, 2025
91cb59e
Add files via upload
boredmath Feb 4, 2026
8ebeb85
Add nfl26.html for Chili Bowl Emu game
boredmath Feb 4, 2026
2febfbf
Add NFL Blitz 2026 link to index.html
boredmath Feb 4, 2026
d8a5081
Create poop
boredmath Feb 4, 2026
32fb3e2
Delete 1v1 directory
boredmath Feb 4, 2026
12805e8
Add files via upload
boredmath Feb 14, 2026
ba08e25
Add initial HTML structure for Sponge Darts
boredmath Feb 14, 2026
d4068a0
Add link to Spongebob Darts in index.html
boredmath Feb 14, 2026
9cc1b81
Fix link to Spongebob Darts page
boredmath Feb 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added cc3d/CrazyCattle3D.icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
912 changes: 912 additions & 0 deletions cc3d/CrazyCattle3D.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cc3d/CrazyCattle3D.manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"background_color":"#000000","display":"standalone","icons":[{"sizes":"144x144","src":"CrazyCattle3D.144x144.png","type":"image/png"},{"sizes":"180x180","src":"CrazyCattle3D.180x180.png","type":"image/png"},{"sizes":"512x512","src":"CrazyCattle3D.512x512.png","type":"image/png"}],"name":"CrazyCattle3D","orientation":"any","start_url":"./CrazyCattle3D.html"}
Binary file added cc3d/CrazyCattle3D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions cc3d/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# cattle3d
i just want to run crazy cattle 3d on my chromebook but its blocked so im using this

if you want to also play, go to
https://korenscript.github.io/cattle3d/
File renamed without changes.
163 changes: 163 additions & 0 deletions cc3d/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0" />
<title>CrazyCattle3D</title>
<style>
html, body, #canvas { margin: 0; padding: 0; border: 0; }
body {
color: white;
background-color: black;
overflow: hidden;
touch-action: none;
}
#canvas { display: block; }
#canvas:focus { outline: none; }
#status, #status-splash, #status-progress {
position: absolute; left: 0; right: 0;
}
#status, #status-splash {
top: 0; bottom: 0;
}
#status {
background-color: #000;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
visibility: hidden;
}
#status-splash {
max-height: 100%;
max-width: 100%;
margin: auto;
}
#status-splash.show-image--false { display: none; }
#status-splash.fullsize--true { height: 100%; width: 100%; object-fit: contain; }
#status-splash.use-filter--false { image-rendering: pixelated; }
#status-progress, #status-notice { display: none; }
#status-progress {
bottom: 10%;
width: 50%;
margin: 0 auto;
}
#status-notice {
background-color: #5b3943;
border-radius: 0.5rem;
border: 1px solid #9b3943;
color: #e0e0e0;
font-family: "Noto Sans", "Droid Sans", Arial, sans-serif;
line-height: 1.3;
margin: 0 2rem;
overflow: hidden;
padding: 1rem;
text-align: center;
z-index: 1;
}
</style>

<!-- All local paths now -->
<link id="-gd-engine-icon" rel="icon" type="image/png" href="CrazyCattle3D.icon.png" />
<link rel="apple-touch-icon" href="CrazyCattle3D.apple-touch-icon.png" />
<link rel="manifest" href="CrazyCattle3D.manifest.json" />
</head>

<body>
<canvas id="canvas"> Your browser does not support the canvas tag. </canvas>
<noscript> Your browser does not support JavaScript. </noscript>

<div id="status">
<img id="status-splash" class="show-image--true fullsize--true use-filter--true"
src="CrazyCattle3D.png" alt="" />
<progress id="status-progress"></progress>
<div id="status-notice"></div>
</div>

<script src="CrazyCattle3D.js"></script>
<script>
const GODOT_CONFIG = {
args: [],
canvasResizePolicy: 2,
ensureCrossOriginIsolationHeaders: false,
executable: "CrazyCattle3D",
experimentalVK: false,
fileSizes: {
"CrazyCattle3D.pck": 25322272,
"CrazyCattle3D.wasm": 43699190,
},
focusCanvas: true,
gdextensionLibs: [],
serviceWorker: null // Disable service worker
};
const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG);

(function () {
const statusOverlay = document.getElementById("status");
const statusProgress = document.getElementById("status-progress");
const statusNotice = document.getElementById("status-notice");

let initializing = true;
let statusMode = "";

function setStatusMode(mode) {
if (statusMode === mode || !initializing) return;
if (mode === "hidden") {
statusOverlay.remove();
initializing = false;
return;
}
statusOverlay.style.visibility = "visible";
statusProgress.style.display = mode === "progress" ? "block" : "none";
statusNotice.style.display = mode === "notice" ? "block" : "none";
statusMode = mode;
}

function setStatusNotice(text) {
while (statusNotice.lastChild) {
statusNotice.removeChild(statusNotice.lastChild);
}
const lines = text.split("\n");
lines.forEach(line => {
statusNotice.appendChild(document.createTextNode(line));
statusNotice.appendChild(document.createElement("br"));
});
}

function displayFailureNotice(err) {
console.error(err);
if (err instanceof Error) setStatusNotice(err.message);
else if (typeof err === "string") setStatusNotice(err);
else setStatusNotice("An unknown error occurred.");
setStatusMode("notice");
initializing = false;
}

const missing = Engine.getMissingFeatures({ threads: GODOT_THREADS_ENABLED });

if (missing.length !== 0) {
const missingMsg = "Error\nThe following features required to run Godot projects on the Web are missing:\n";
displayFailureNotice(missingMsg + missing.join("\n"));
} else {
setStatusMode("progress");
engine
.startGame({
onProgress: function (current, total) {
if (current > 0 && total > 0) {
statusProgress.value = current;
statusProgress.max = total;
} else {
statusProgress.removeAttribute("value");
statusProgress.removeAttribute("max");
}
},
})
.then(() => {
setStatusMode("hidden");
}, displayFailureNotice);
}
})();
</script>
</body>
</html>
1 change: 1 addition & 0 deletions crazycattle/poop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added emu/Contra (USA).nes
Binary file not shown.
Binary file added emu/Mega Man 2 (USA).nes
Binary file not shown.
Binary file added emu/NFL Blitz 2026 GOLD EDITION.z64
Binary file not shown.
21 changes: 21 additions & 0 deletions emu/contra.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Chili Bowl Emu</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="width:100vw;height:100vh;max-width:none;position:absolute;top:0px;left:0px;">
<div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = 'Contra (USA).nes';
EJS_core = 'nes';
EJS_pathtodata = 'data/';
</script>
<script src="data/loader.js"></script>
</body>
</html>
21 changes: 21 additions & 0 deletions emu/mm2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Chili Bowl Emu</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="width:100vw;height:100vh;max-width:none;position:absolute;top:0px;left:0px;">
<div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = 'Mega Man 2 (USA).nes';
EJS_core = 'nes';
EJS_pathtodata = 'data/';
</script>
<script src="data/loader.js"></script>
</body>
</html>
21 changes: 21 additions & 0 deletions emu/nfl26.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Chili Bowl Emu</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="width:100vw;height:100vh;max-width:none;position:absolute;top:0px;left:0px;">
<div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = 'NFL Blitz 2026 GOLD EDITION.z64';
EJS_core = 'n64';
EJS_pathtodata = 'data/';
</script>
<script src="data/loader.js"></script>
</body>
</html>
28 changes: 28 additions & 0 deletions flash/preshark.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>


<head>
<title>
CBG
</title>

</head>

<body>

<style> body {background-color: #000000 }</style>

<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="preshark.swf" width="850" height="600"> </embed>
<!-- Div align in the middle -->
<div style="margin-left:auto;margin-right:auto;text-align:center">

</div>

</div>

<script src="ruffle.js"></script>

</body>
</html>
Binary file added flash/preshark.swf
Binary file not shown.
14 changes: 11 additions & 3 deletions hobo.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@

<!DOCTYPE html>


<head>
<title>
Chili Bowl Games Secret Ruffle Stash
Hobo - ChiBoGa
</title>

</head>

<body>

<style> body {background-color: #000000 }</style>
<embed src="hobo.swf" width="850" height="600"> </embed>

<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="hobo.swf" width="850" height="600"> </embed>
<!-- Div align in the middle -->
<div style="margin-left:auto;margin-right:auto;text-align:center">

</div>

</div>

<script src="ruffle.js"></script>

</body>
Expand Down
14 changes: 11 additions & 3 deletions hobo2.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@

<!DOCTYPE html>


<head>
<title>
Chili Bowl Games Secret Ruffle Stash
Hobo 2: Prison Brawl - ChiBoGa
</title>

</head>

<body>

<style> body {background-color: #000000 }</style>
<embed src="hobo_prison_brawl.swf" width="850" height="600"> </embed>

<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="hobo_prison_brawl.swf" width="850" height="600"> </embed>
<!-- Div align in the middle -->
<div style="margin-left:auto;margin-right:auto;text-align:center">

</div>

</div>

<script src="ruffle.js"></script>

</body>
Expand Down
28 changes: 28 additions & 0 deletions hobo7.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>


<head>
<title>
Hobo 7: Heaven - ChiBoGa
</title>

</head>

<body>

<style> body {background-color: #000000 }</style>

<!-- Div content -->
<div style="margin:0 auto;text-align:center">
<embed src="hobo7.swf" width="850" height="600"> </embed>
<!-- Div align in the middle -->
<div style="margin-left:auto;margin-right:auto;text-align:center">

</div>

</div>

<script src="ruffle.js"></script>

</body>
</html>
Binary file added hobo7.swf
Binary file not shown.
Loading