Skip to content

Commit

Permalink
added games
Browse files Browse the repository at this point in the history
  • Loading branch information
tw31122007 committed Dec 8, 2022
1 parent 0cb8439 commit 9379545
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
Binary file added shift-flash-2/c5c02c4e65c1c4423a97.wasm
Binary file not shown.
26 changes: 26 additions & 0 deletions shift-flash-2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Binding of Isaac| BCHS Unblocked Games</title>
<link rel="icon" type="image/x-icon" href="bigredbutton.png" />
<link rel="shortcut icon" type="image/x-icon" href="bigredbutton.png" />
</head>
<body>
<script src="/js/main.js"></script>
<div id="ruffle" width="100%" height="100%"></div>
<script src="ruffle.js"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("swf.swf");
});
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions shift-flash-2/ruffle.js

Large diffs are not rendered by default.

Binary file added shift-flash-2/swf.swf
Binary file not shown.
Binary file added shift-flash/c5c02c4e65c1c4423a97.wasm
Binary file not shown.
26 changes: 26 additions & 0 deletions shift-flash/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Binding of Isaac| BCHS Unblocked Games</title>
<link rel="icon" type="image/x-icon" href="bigredbutton.png" />
<link rel="shortcut icon" type="image/x-icon" href="bigredbutton.png" />
</head>
<body>
<script src="/js/main.js"></script>
<div id="ruffle" width="100%" height="100%"></div>
<script src="ruffle.js"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("swf.swf");
});
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions shift-flash/ruffle.js

Large diffs are not rendered by default.

Binary file added shift-flash/swf.swf
Binary file not shown.

0 comments on commit 9379545

Please sign in to comment.