-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding /play/ paths and index.html files for individual games. To sup…
…port sitemap.
- Loading branch information
1 parent
7f30cee
commit 4744d23
Showing
162 changed files
with
5,670 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>2 Player Demo - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play '2 Player Demo', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Abrah, L'Orphelin De L'Espace - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'Abrah, L'Orphelin De L'Espace', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Acidopolis - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'Acidopolis', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Agent 0055 - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'Agent 0055', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Agent 06 vs. The Super Nazi - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'Agent 06 vs. The Super Nazi', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Agent Quest - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'Agent Quest', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AGI Demo 1 - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'AGI Demo 1', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AGI Demo 2 - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'AGI Demo 2', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AGI Demo 3 - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'AGI Demo 3', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AGI Mouse Demo - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'AGI Mouse Demo', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>AGI Piano - A fan made Sierra AGI game</title> | ||
<meta name="description" content="Play 'AGI Piano', a fan made AGI adventure game, directly in your browser, with AGILE, the web based Sierra On-Line Adventure Game Interpreter (AGI)." /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"> | ||
<meta name="theme-color" content="#000000"> | ||
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" /> | ||
<link href="/styles.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<div align="center" id="embed-html"></div> | ||
<script type="text/javascript" src="/dialog.js"></script> | ||
<script type="text/javascript" src="/jszip.min.js"></script> | ||
<script type="text/javascript" src="/html/html.nocache.js"></script> | ||
</body> | ||
|
||
<script> | ||
function handleMouseDown(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
window.focus(); | ||
} | ||
|
||
function handleMouseUp(evt) { | ||
evt.preventDefault(); | ||
evt.stopPropagation(); | ||
} | ||
document.addEventListener('contextmenu', event => event.preventDefault()); | ||
document.getElementById('embed-html').addEventListener('mousedown', handleMouseDown, false); | ||
document.getElementById('embed-html').addEventListener('mouseup', handleMouseUp, false); | ||
</script> | ||
</html> |
Oops, something went wrong.