12
This commit is contained in:
parent
f434dd5784
commit
835a1f9c89
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
4hugo.html
Normal file → Executable file
0
4hugo.html
Normal file → Executable file
0
ALEF1.html
Normal file → Executable file
0
ALEF1.html
Normal file → Executable file
0
ALEF2.html
Normal file → Executable file
0
ALEF2.html
Normal file → Executable file
0
ASTRO.html
Normal file → Executable file
0
ASTRO.html
Normal file → Executable file
0
KIVUN.html
Normal file → Executable file
0
KIVUN.html
Normal file → Executable file
0
MULTI.html
Normal file → Executable file
0
MULTI.html
Normal file → Executable file
0
SHEVER.html
Normal file → Executable file
0
SHEVER.html
Normal file → Executable file
0
THINK1.html
Normal file → Executable file
0
THINK1.html
Normal file → Executable file
0
THINK2.html
Normal file → Executable file
0
THINK2.html
Normal file → Executable file
0
WORDS.html
Normal file → Executable file
0
WORDS.html
Normal file → Executable file
60
War_Craft_2.html
Executable file
60
War_Craft_2.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/War_Craft_2.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
aladdin.html
Normal file → Executable file
0
aladdin.html
Normal file → Executable file
60
barbieh.html
Executable file
60
barbieh.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/barbieh.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
bchess.html
Normal file → Executable file
0
bchess.html
Normal file → Executable file
60
bumpy.html
Executable file
60
bumpy.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/bumpy.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
diggers.html
Normal file → Executable file
0
diggers.html
Normal file → Executable file
0
docker/nginx/Dockerfile
Normal file → Executable file
0
docker/nginx/Dockerfile
Normal file → Executable file
0
docker/nginx/Dockerfile.alpine
Normal file → Executable file
0
docker/nginx/Dockerfile.alpine
Normal file → Executable file
0
docker/nginx/Dockerfile.debian
Normal file → Executable file
0
docker/nginx/Dockerfile.debian
Normal file → Executable file
0
docker/nginx/Makefile
Normal file → Executable file
0
docker/nginx/Makefile
Normal file → Executable file
0
docker/nginx/container-name
Normal file → Executable file
0
docker/nginx/container-name
Normal file → Executable file
0
docker/nginx/default.conf
Normal file → Executable file
0
docker/nginx/default.conf
Normal file → Executable file
0
docker/nginx/publish.sh
Normal file → Executable file
0
docker/nginx/publish.sh
Normal file → Executable file
0
docker/nginx/username
Normal file → Executable file
0
docker/nginx/username
Normal file → Executable file
0
doobie-1.html
Normal file → Executable file
0
doobie-1.html
Normal file → Executable file
0
doobie-2.html
Normal file → Executable file
0
doobie-2.html
Normal file → Executable file
60
fbfun.html
Executable file
60
fbfun.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/fbfun.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
games/4hugo.zip
Normal file → Executable file
0
games/4hugo.zip
Normal file → Executable file
0
games/ADD.zip
Normal file → Executable file
0
games/ADD.zip
Normal file → Executable file
0
games/ALEF1.zip
Normal file → Executable file
0
games/ALEF1.zip
Normal file → Executable file
0
games/ALEF2.zip
Normal file → Executable file
0
games/ALEF2.zip
Normal file → Executable file
0
games/ASTRO.zip
Normal file → Executable file
0
games/ASTRO.zip
Normal file → Executable file
0
games/KIVUN.zip
Normal file → Executable file
0
games/KIVUN.zip
Normal file → Executable file
0
games/MATH.zip
Normal file → Executable file
0
games/MATH.zip
Normal file → Executable file
0
games/MULTI.zip
Normal file → Executable file
0
games/MULTI.zip
Normal file → Executable file
0
games/READ.zip
Normal file → Executable file
0
games/READ.zip
Normal file → Executable file
0
games/SHEVER.zip
Normal file → Executable file
0
games/SHEVER.zip
Normal file → Executable file
0
games/THINK1.zip
Normal file → Executable file
0
games/THINK1.zip
Normal file → Executable file
0
games/THINK2.zip
Normal file → Executable file
0
games/THINK2.zip
Normal file → Executable file
0
games/TRON.zip
Normal file → Executable file
0
games/TRON.zip
Normal file → Executable file
0
games/WORDS.zip
Normal file → Executable file
0
games/WORDS.zip
Normal file → Executable file
0
games/aladdin.jsdos
Normal file → Executable file
0
games/aladdin.jsdos
Normal file → Executable file
BIN
games/barbieh.zip
Executable file
BIN
games/barbieh.zip
Executable file
Binary file not shown.
0
games/bchess.zip
Normal file → Executable file
0
games/bchess.zip
Normal file → Executable file
BIN
games/bumpy.zip
Executable file
BIN
games/bumpy.zip
Executable file
Binary file not shown.
BIN
games/diggers.zip
Normal file → Executable file
BIN
games/diggers.zip
Normal file → Executable file
Binary file not shown.
0
games/doobie-1.zip
Normal file → Executable file
0
games/doobie-1.zip
Normal file → Executable file
0
games/doobie-2.zip
Normal file → Executable file
0
games/doobie-2.zip
Normal file → Executable file
BIN
games/fbfun.zip
Executable file
BIN
games/fbfun.zip
Executable file
Binary file not shown.
0
games/hkmahpro.zip
Normal file → Executable file
0
games/hkmahpro.zip
Normal file → Executable file
BIN
games/hugof.zip
Normal file → Executable file
BIN
games/hugof.zip
Normal file → Executable file
Binary file not shown.
BIN
games/hugomaze.zip
Executable file
BIN
games/hugomaze.zip
Executable file
Binary file not shown.
0
games/lingo.zip
Normal file → Executable file
0
games/lingo.zip
Normal file → Executable file
BIN
games/mapa.zip
Executable file
BIN
games/mapa.zip
Executable file
Binary file not shown.
BIN
games/mickey123.zip
Normal file → Executable file
BIN
games/mickey123.zip
Normal file → Executable file
Binary file not shown.
BIN
games/mickjig.zip
Normal file → Executable file
BIN
games/mickjig.zip
Normal file → Executable file
Binary file not shown.
0
games/points.zip
Normal file → Executable file
0
games/points.zip
Normal file → Executable file
BIN
games/puttfun.zip
Executable file
BIN
games/puttfun.zip
Executable file
Binary file not shown.
0
games/shabat.zip
Normal file → Executable file
0
games/shabat.zip
Normal file → Executable file
0
games/snibbly.zip
Normal file → Executable file
0
games/snibbly.zip
Normal file → Executable file
0
games/stratego.zip
Normal file → Executable file
0
games/stratego.zip
Normal file → Executable file
0
games/tim.zip
Normal file → Executable file
0
games/tim.zip
Normal file → Executable file
0
games/vardit1.zip
Normal file → Executable file
0
games/vardit1.zip
Normal file → Executable file
0
games/vardit2.zip
Normal file → Executable file
0
games/vardit2.zip
Normal file → Executable file
0
games/volfied.zip
Normal file → Executable file
0
games/volfied.zip
Normal file → Executable file
0
games/xonix.zip
Normal file → Executable file
0
games/xonix.zip
Normal file → Executable file
0
hkmahpro.html
Normal file → Executable file
0
hkmahpro.html
Normal file → Executable file
0
hugof.html
Normal file → Executable file
0
hugof.html
Normal file → Executable file
60
hugomaze.html
Executable file
60
hugomaze.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/hugomaze.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
lingo.html
Normal file → Executable file
0
lingo.html
Normal file → Executable file
60
mapa.html
Executable file
60
mapa.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/mapa.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
mickey123.html
Normal file → Executable file
0
mickey123.html
Normal file → Executable file
0
mickjig.html
Normal file → Executable file
0
mickjig.html
Normal file → Executable file
0
points.html
Normal file → Executable file
0
points.html
Normal file → Executable file
60
puttfun.html
Executable file
60
puttfun.html
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<style>
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#jsdos {
|
||||||
|
background: black;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-ms-content-zooming: none;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="src/js-dos.js"></script>
|
||||||
|
<link href="src/js-dos.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="jsdos"></div>
|
||||||
|
<script>
|
||||||
|
let bundleUrl = "games/puttfun.zip";
|
||||||
|
let clientId = null;
|
||||||
|
emulators.pathPrefix = "src/";
|
||||||
|
Dos(document.getElementById("jsdos"), {
|
||||||
|
hardware: window.hardware,
|
||||||
|
withNetworkingApi: false,
|
||||||
|
withExperimentalApi: true,
|
||||||
|
clientId: (userGesture) => {
|
||||||
|
if (!userGesture) {
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
|
||||||
|
clientId = {
|
||||||
|
namespace: "test",
|
||||||
|
id: "ngtech1ltd@gmail.com",
|
||||||
|
};
|
||||||
|
|
||||||
|
return Promise.resolve(clientId);
|
||||||
|
}
|
||||||
|
}).run(bundleUrl);
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
0
shabat.html
Normal file → Executable file
0
shabat.html
Normal file → Executable file
0
snibbly.html
Normal file → Executable file
0
snibbly.html
Normal file → Executable file
0
software/load-heb.bat
Normal file → Executable file
0
software/load-heb.bat
Normal file → Executable file
0
software/loadheb.com
Normal file → Executable file
0
software/loadheb.com
Normal file → Executable file
0
software/vga-heb.exe
Normal file → Executable file
0
software/vga-heb.exe
Normal file → Executable file
0
src/js-dos.css
Normal file → Executable file
0
src/js-dos.css
Normal file → Executable file
0
src/js-dos.js
Normal file → Executable file
0
src/js-dos.js
Normal file → Executable file
0
src/js-dos.js.map
Normal file → Executable file
0
src/js-dos.js.map
Normal file → Executable file
8
src/scripts/example.txt
Normal file
8
src/scripts/example.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
GAME_NAME="War_Craft_2"
|
||||||
|
GAME_ROOT_PATH="../../tmp/wc2/"
|
||||||
|
ZIP_PATH="../../zip"
|
||||||
|
|
||||||
|
bash pack-jsbox-game.sh "${GAME_NAME}" "${GAME_ROOT_PATH}" "${ZIP_PATH}"
|
0
src/v7.5.0.zip
Normal file → Executable file
0
src/v7.5.0.zip
Normal file → Executable file
0
src/wdosbox.js
Normal file → Executable file
0
src/wdosbox.js
Normal file → Executable file
0
src/wdosbox.js.symbols
Normal file → Executable file
0
src/wdosbox.js.symbols
Normal file → Executable file
0
src/wdosbox.wasm
Normal file → Executable file
0
src/wdosbox.wasm
Normal file → Executable file
0
stratego.html
Normal file → Executable file
0
stratego.html
Normal file → Executable file
0
templates/dosbox.conf.default
Normal file → Executable file
0
templates/dosbox.conf.default
Normal file → Executable file
0
templates/index.html.in
Normal file → Executable file
0
templates/index.html.in
Normal file → Executable file
0
templates/jsdos-game.html.template
Normal file → Executable file
0
templates/jsdos-game.html.template
Normal file → Executable file
0
templates/jsdos.json.default
Normal file → Executable file
0
templates/jsdos.json.default
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user