This commit is contained in:
Eliezer Croitoru 2024-11-08 22:04:45 +02:00
parent f434dd5784
commit 835a1f9c89
104 changed files with 428 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
4hugo.html Normal file → Executable file
View File

0
ADD.html Normal file → Executable file
View File

0
ALEF1.html Normal file → Executable file
View File

0
ALEF2.html Normal file → Executable file
View File

0
ASTRO.html Normal file → Executable file
View File

0
KIVUN.html Normal file → Executable file
View File

0
MATH.html Normal file → Executable file
View File

0
MULTI.html Normal file → Executable file
View File

0
READ.html Normal file → Executable file
View File

0
SHEVER.html Normal file → Executable file
View File

0
THINK1.html Normal file → Executable file
View File

0
THINK2.html Normal file → Executable file
View File

0
TRON.html Normal file → Executable file
View File

0
WORDS.html Normal file → Executable file
View File

60
War_Craft_2.html Executable file
View 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
View File

60
barbieh.html Executable file
View 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
View File

60
bumpy.html Executable file
View 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
View File

0
docker/nginx/Dockerfile Normal file → Executable file
View File

0
docker/nginx/Dockerfile.alpine Normal file → Executable file
View File

0
docker/nginx/Dockerfile.debian Normal file → Executable file
View File

0
docker/nginx/Makefile Normal file → Executable file
View File

0
docker/nginx/container-name Normal file → Executable file
View File

0
docker/nginx/default.conf Normal file → Executable file
View File

0
docker/nginx/publish.sh Normal file → Executable file
View File

0
docker/nginx/username Normal file → Executable file
View File

0
doobie-1.html Normal file → Executable file
View File

0
doobie-2.html Normal file → Executable file
View File

60
fbfun.html Executable file
View 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
View File

0
games/ADD.zip Normal file → Executable file
View File

0
games/ALEF1.zip Normal file → Executable file
View File

0
games/ALEF2.zip Normal file → Executable file
View File

0
games/ASTRO.zip Normal file → Executable file
View File

0
games/KIVUN.zip Normal file → Executable file
View File

0
games/MATH.zip Normal file → Executable file
View File

0
games/MULTI.zip Normal file → Executable file
View File

0
games/READ.zip Normal file → Executable file
View File

0
games/SHEVER.zip Normal file → Executable file
View File

0
games/THINK1.zip Normal file → Executable file
View File

0
games/THINK2.zip Normal file → Executable file
View File

0
games/TRON.zip Normal file → Executable file
View File

0
games/WORDS.zip Normal file → Executable file
View File

0
games/aladdin.jsdos Normal file → Executable file
View File

BIN
games/barbieh.zip Executable file

Binary file not shown.

0
games/bchess.zip Normal file → Executable file
View File

BIN
games/bumpy.zip Executable file

Binary file not shown.

BIN
games/diggers.zip Normal file → Executable file

Binary file not shown.

0
games/doobie-1.zip Normal file → Executable file
View File

0
games/doobie-2.zip Normal file → Executable file
View File

BIN
games/fbfun.zip Executable file

Binary file not shown.

0
games/hkmahpro.zip Normal file → Executable file
View File

BIN
games/hugof.zip Normal file → Executable file

Binary file not shown.

BIN
games/hugomaze.zip Executable file

Binary file not shown.

0
games/lingo.zip Normal file → Executable file
View File

BIN
games/mapa.zip Executable file

Binary file not shown.

BIN
games/mickey123.zip Normal file → Executable file

Binary file not shown.

BIN
games/mickjig.zip Normal file → Executable file

Binary file not shown.

0
games/points.zip Normal file → Executable file
View File

BIN
games/puttfun.zip Executable file

Binary file not shown.

0
games/shabat.zip Normal file → Executable file
View File

0
games/snibbly.zip Normal file → Executable file
View File

0
games/stratego.zip Normal file → Executable file
View File

0
games/tim.zip Normal file → Executable file
View File

0
games/vardit1.zip Normal file → Executable file
View File

0
games/vardit2.zip Normal file → Executable file
View File

0
games/volfied.zip Normal file → Executable file
View File

0
games/xonix.zip Normal file → Executable file
View File

0
hkmahpro.html Normal file → Executable file
View File

0
hugof.html Normal file → Executable file
View File

60
hugomaze.html Executable file
View 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
View File

0
links.txt Normal file → Executable file
View File

60
mapa.html Executable file
View 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
View File

0
mickjig.html Normal file → Executable file
View File

0
points.html Normal file → Executable file
View File

60
puttfun.html Executable file
View 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
View File

0
snibbly.html Normal file → Executable file
View File

0
software/load-heb.bat Normal file → Executable file
View File

0
software/loadheb.com Normal file → Executable file
View File

0
software/vga-heb.exe Normal file → Executable file
View File

0
src/js-dos.css Normal file → Executable file
View File

0
src/js-dos.js Normal file → Executable file
View File

0
src/js-dos.js.map Normal file → Executable file
View File

8
src/scripts/example.txt Normal file
View 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
View File

0
src/wdosbox.js Normal file → Executable file
View File

0
src/wdosbox.js.symbols Normal file → Executable file
View File

0
src/wdosbox.wasm Normal file → Executable file
View File

0
stratego.html Normal file → Executable file
View File

0
templates/dosbox.conf.default Normal file → Executable file
View File

0
templates/index.html.in Normal file → Executable file
View File

0
templates/jsdos-game.html.template Normal file → Executable file
View File

0
templates/jsdos.json.default Normal file → Executable file
View File

0
tim.html Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More