Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from khaybarkhaybaryayahud/main
Browse files Browse the repository at this point in the history
ikhwani
  • Loading branch information
skysthelimitt authored Jan 23, 2024
2 parents 6d0a856 + a7c23f4 commit 9c74318
Show file tree
Hide file tree
Showing 21 changed files with 4,798 additions and 0 deletions.
Binary file added deal/c5c02c4e65c1c4423a97.wasm
Binary file not shown.
1,298 changes: 1,298 additions & 0 deletions deal/controls.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions deal/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deal/dealornodeal.swf
Binary file not shown.
27 changes: 27 additions & 0 deletions deal/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Deal or No Deal</title>
<link rel="icon" type="image/x-icon" href="index.jpg" />
<link rel="shortcut icon" type="image/x-icon" href="index.jpg" />
<script type="text/javascript" src="/controls.js"></script>
</head>
<body>

<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("dealornodeal.swf");
});
</script>
</body>
</html>
Binary file added deal/index.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions deal/ruffle.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions games.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[

{
"name": "Deal or No Deal",
"image": "cover.svg",
"directory": "deal",
"recommended": "1"
},
{
"name": "Soccer Skills",
"image": "cover.svg",
"directory": "skills",
"recommended": "1"
},
{
"name": "Slope 3",
"image": "cover.svg",
"directory": "slope3",
"recommended": "1"
},
{
"name": "Snowball Fighter",
"image": "cover.svg",
"directory": "snow",
"recommended": "1"
},
{
"name": "Spacebar Clicker",
"image": "cover.svg",
"directory": "space",
"recommended": "1"
},
{
"name": "π Client",
"image": "cover.svg",
Expand Down
3 changes: 3 additions & 0 deletions skills/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions skills/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<iframe src="skills/index.html" width="100%" height="100%"></iframe>
<script src="https://rawcdn.githack.com/yomotsu/ZipLoader/1dbc7803ee01ea3b4d8a07b64ae5567bf6149daf/dist/zip-loader.min.js"></script>
<script>
var loader = new ZipLoader( 'skills.zip' );
loader.load();
</script>
Binary file added skills/skills.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions slope3/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions slope3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<iframe src="slope3/index.html" width="100%" height="100%"></iframe>
<script src="https://rawcdn.githack.com/yomotsu/ZipLoader/1dbc7803ee01ea3b4d8a07b64ae5567bf6149daf/dist/zip-loader.min.js"></script>
<script>
var loader = new ZipLoader( 'slope3.zip' );
loader.load();
</script>
Binary file added slope3/slope3.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions snow/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c74318

Please sign in to comment.