Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rationality6 committed Mar 17, 2024
0 parents commit 2d2cda2
Show file tree
Hide file tree
Showing 32 changed files with 7,490 additions and 0 deletions.
41 changes: 41 additions & 0 deletions appmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "chesssss",
"short_name": "chesssss",
"description": "",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "any",
"background_color": "#ffffff",
"icons": [
{
"src": "icons/icon-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "icons/icon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/icon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
1 change: 1 addition & 0 deletions data.json

Large diffs are not rendered by default.

Binary file added icons/icon-128.png
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 icons/icon-16.png
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 icons/icon-256.png
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 icons/icon-32.png
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 icons/icon-512.png
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 icons/icon-64.png
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 icons/loading-logo.png
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 images/dialogtriger-sheet0.webp
Binary file not shown.
Binary file added images/coin-sheet0.webp
Binary file not shown.
Binary file added images/shared-0-sheet0.webp
Binary file not shown.
Binary file added images/shared-0-sheet1.webp
Binary file not shown.
Binary file added images/tiledbackground-sheet0.webp
Binary file not shown.
41 changes: 41 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>chesssss</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">

<meta name="generator" content="Scirra Construct">
<meta name="author" content="Hyun Ahn">
<link rel="manifest" href="appmanifest.json">
<link rel="apple-touch-icon" sizes="128x128" href="icons/icon-128.png">
<link rel="apple-touch-icon" sizes="256x256" href="icons/icon-256.png">
<link rel="apple-touch-icon" sizes="512x512" href="icons/icon-512.png">
<link rel="icon" type="image/png" href="icons/icon-512.png">

<link rel="stylesheet" href="style.css">


</head>
<body>

<script>
if (location.protocol.substr(0, 4) === "file")
{
alert("Web exports won't work until you upload them. (When running on the file: protocol, browsers block many features from working for security reasons.)");
}
</script>

<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">This content requires JavaScript</h2>
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p>
</div>
</noscript>
<script src="scripts/supportcheck.js"></script>
<script src="scripts/offlineclient.js" type="module"></script>
<script src="scripts/main.js" type="module"></script>
<script src="scripts/register-sw.js" type="module"></script>

</body>
</html>
Binary file added media/Item2A.webm
Binary file not shown.
Binary file added media/awesomeness.webm
Binary file not shown.
Binary file added media/button06.webm
Binary file not shown.
Binary file added media/fight.webm
Binary file not shown.
1 change: 1 addition & 0 deletions offline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1710678755259,"fileList":["scripts/c3runtime.js","data.json","style.css","scripts/offlineclient.js","images/shared-0-sheet0.webp","images/shared-0-sheet1.webp","images/coin-sheet0.webp","images/\bdialogtriger-sheet0.webp","images/tiledbackground-sheet0.webp","scripts/opus.wasm.js","scripts/opus.wasm.wasm","scripts/main.js","scripts/dispatchworker.js","scripts/jobworker.js","scripts/supportcheck.js","scripts/project/scriptsInEvents.js","icons/icon-128.png","icons/icon-512.png","icons/icon-16.png","icons/icon-32.png","icons/icon-64.png","icons/icon-256.png","icons/loading-logo.png","media/button06.webm","media/awesomeness.webm","media/fight.webm","media/Item2A.webm","scripts/register-sw.js"]}
4,914 changes: 4,914 additions & 0 deletions scripts/c3runtime.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions scripts/dispatchworker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions scripts/jobworker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d2cda2

Please sign in to comment.