-
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.
- Loading branch information
Showing
11 changed files
with
424 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+216 KB
...h Ada and Curio with zip/A_retro_sci-fi_magazine_cover,_featuring_futuristi.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 not shown.
28 changes: 28 additions & 0 deletions
28
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure.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,28 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kenny's Sci-Fi Adventure</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f0f0f0; | ||
text-align: center; | ||
} | ||
#game-container { | ||
margin-top: 20px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Welcome to Kenny's Sci-Fi Adventure!</h1> | ||
<div id="game-container"> | ||
<!-- Game content will go here --> | ||
</div> | ||
<script> | ||
// JavaScript code for the game will go here | ||
</script> | ||
</body> | ||
</html> |
70 changes: 70 additions & 0 deletions
70
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_Final from zip.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,70 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kenny's Sci-Fi Adventure</title> | ||
<style> | ||
body { | ||
font-family: 'Courier New', monospace; | ||
background-color: #000; | ||
color: #0f0; | ||
text-align: center; | ||
background-image: url('/mnt/data/A_retro_sci-fi_magazine_cover,_featuring_futuristi.png'); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
} | ||
#game-container { | ||
margin-top: 20px; | ||
background: rgba(0, 0, 0, 0.7); | ||
padding: 20px; | ||
border-radius: 15px; | ||
display: inline-block; | ||
} | ||
button { | ||
background-color: #0c0; | ||
color: white; | ||
padding: 10px 15px; | ||
margin: 5px; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
font-size: 16px; | ||
} | ||
button:hover { | ||
background-color: #0f0; | ||
} | ||
#puzzle { | ||
display: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Welcome to Kenny's Sci-Fi Adventure!</h1> | ||
<div id="game-container"> | ||
<button id="book">Open Anti-Gravity Theories Book</button> | ||
<div id="puzzle"> | ||
<p>Why is the anti-gravity book so hard to put down?</p> | ||
<button onclick="checkAnswer('right')">It's impossible to put down</button> | ||
<button onclick="checkAnswer('wrong')">It's too heavy</button> | ||
<button onclick="checkAnswer('wrong')">It's glued to the table</button> | ||
</div> | ||
</div> | ||
<script> | ||
document.getElementById("book").onclick = function() { | ||
document.getElementById("puzzle").style.display = "block"; | ||
this.style.display = "none"; | ||
}; | ||
|
||
function checkAnswer(answer) { | ||
if (answer === 'right') { | ||
alert("Correct! The anti-gravity book is impossible to put down!"); | ||
} else { | ||
alert("Try again!"); | ||
} | ||
} | ||
</script> | ||
</body> | ||
</html> |
70 changes: 70 additions & 0 deletions
70
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_Final.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,70 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kenny's Sci-Fi Adventure</title> | ||
<style> | ||
body { | ||
font-family: 'Courier New', monospace; | ||
background-color: #000; | ||
color: #0f0; | ||
text-align: center; | ||
background-image: url('/mnt/data/A_retro_sci-fi_magazine_cover,_featuring_futuristi.png'); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
} | ||
#game-container { | ||
margin-top: 20px; | ||
background: rgba(0, 0, 0, 0.7); | ||
padding: 20px; | ||
border-radius: 15px; | ||
display: inline-block; | ||
} | ||
button { | ||
background-color: #0c0; | ||
color: white; | ||
padding: 10px 15px; | ||
margin: 5px; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
font-size: 16px; | ||
} | ||
button:hover { | ||
background-color: #0f0; | ||
} | ||
#puzzle { | ||
display: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Welcome to Kenny's Sci-Fi Adventure!</h1> | ||
<div id="game-container"> | ||
<button id="book">Open Anti-Gravity Theories Book</button> | ||
<div id="puzzle"> | ||
<p>Why is the anti-gravity book so hard to put down?</p> | ||
<button onclick="checkAnswer('right')">It's impossible to put down</button> | ||
<button onclick="checkAnswer('wrong')">It's too heavy</button> | ||
<button onclick="checkAnswer('wrong')">It's glued to the table</button> | ||
</div> | ||
</div> | ||
<script> | ||
document.getElementById("book").onclick = function() { | ||
document.getElementById("puzzle").style.display = "block"; | ||
this.style.display = "none"; | ||
}; | ||
|
||
function checkAnswer(answer) { | ||
if (answer === 'right') { | ||
alert("Correct! The anti-gravity book is impossible to put down!"); | ||
} else { | ||
alert("Try again!"); | ||
} | ||
} | ||
</script> | ||
</body> | ||
</html> |
Binary file added
BIN
+219 KB
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_Media.zip
Binary file not shown.
Binary file added
BIN
+219 KB
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_Media_Updated.zip
Binary file not shown.
69 changes: 69 additions & 0 deletions
69
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_Styled.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,69 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kenny's Sci-Fi Adventure</title> | ||
<style> | ||
body { | ||
font-family: 'Courier New', monospace; | ||
background-color: #000; | ||
color: #0f0; | ||
text-align: center; | ||
background-image: url('https://source.unsplash.com/1600x900/?sci-fi,space'); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
} | ||
#game-container { | ||
margin-top: 20px; | ||
background: rgba(0, 0, 0, 0.7); | ||
padding: 20px; | ||
border-radius: 15px; | ||
display: inline-block; | ||
} | ||
button { | ||
background-color: #0c0; | ||
color: white; | ||
padding: 10px 15px; | ||
margin: 5px; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
font-size: 16px; | ||
} | ||
button:hover { | ||
background-color: #0f0; | ||
} | ||
#puzzle { | ||
display: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Welcome to Kenny's Sci-Fi Adventure!</h1> | ||
<div id="game-container"> | ||
<button id="book">Open Anti-Gravity Theories Book</button> | ||
<div id="puzzle"> | ||
<p>Why is the anti-gravity book so hard to put down?</p> | ||
<button onclick="checkAnswer('right')">It's impossible to put down</button> | ||
<button onclick="checkAnswer('wrong')">It's too heavy</button> | ||
<button onclick="checkAnswer('wrong')">It's glued to the table</button> | ||
</div> | ||
</div> | ||
<script> | ||
document.getElementById("book").onclick = function() { | ||
document.getElementById("puzzle").style.display = "block"; | ||
}; | ||
|
||
function checkAnswer(answer) { | ||
if (answer === 'right') { | ||
alert("Correct! The anti-gravity book is impossible to put down!"); | ||
} else { | ||
alert("Try again!"); | ||
} | ||
} | ||
</script> | ||
</body> | ||
</html> |
70 changes: 70 additions & 0 deletions
70
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_With_Image.html
Large diffs are not rendered by default.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_With_Puzzle.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,47 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kenny's Sci-Fi Adventure</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f0f0f0; | ||
text-align: center; | ||
} | ||
#game-container { | ||
margin-top: 20px; | ||
} | ||
#puzzle { | ||
display: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Welcome to Kenny's Sci-Fi Adventure!</h1> | ||
<div id="game-container"> | ||
<button id="book">Open Anti-Gravity Theories Book</button> | ||
<div id="puzzle"> | ||
<p>Why is the anti-gravity book so hard to put down?</p> | ||
<button onclick="checkAnswer('right')">It's impossible to put down</button> | ||
<button onclick="checkAnswer('wrong')">It's too heavy</button> | ||
<button onclick="checkAnswer('wrong')">It's glued to the table</button> | ||
</div> | ||
</div> | ||
<script> | ||
document.getElementById("book").onclick = function() { | ||
document.getElementById("puzzle").style.display = "block"; | ||
}; | ||
|
||
function checkAnswer(answer) { | ||
if (answer === 'right') { | ||
alert("Correct! The anti-gravity book is impossible to put down!"); | ||
} else { | ||
alert("Try again!"); | ||
} | ||
} | ||
</script> | ||
</body> | ||
</html> |
70 changes: 70 additions & 0 deletions
70
apps/scifi puns with Ada and Curio with zip/Kennys_SciFi_Adventure_With_Relative_Path.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,70 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Kenny's Sci-Fi Adventure</title> | ||
<style> | ||
body { | ||
font-family: 'Courier New', monospace; | ||
background-color: #000; | ||
color: #0f0; | ||
text-align: center; | ||
background-image: url('A_retro_sci-fi_magazine_cover,_featuring_futuristi.png'); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
} | ||
#game-container { | ||
margin-top: 20px; | ||
background: rgba(0, 0, 0, 0.7); | ||
padding: 20px; | ||
border-radius: 15px; | ||
display: inline-block; | ||
} | ||
button { | ||
background-color: #0c0; | ||
color: white; | ||
padding: 10px 15px; | ||
margin: 5px; | ||
border: none; | ||
border-radius: 5px; | ||
cursor: pointer; | ||
font-size: 16px; | ||
} | ||
button:hover { | ||
background-color: #0f0; | ||
} | ||
#puzzle { | ||
display: none; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Welcome to Kenny's Sci-Fi Adventure!</h1> | ||
<div id="game-container"> | ||
<button id="book">Open Anti-Gravity Theories Book</button> | ||
<div id="puzzle"> | ||
<p>Why is the anti-gravity book so hard to put down?</p> | ||
<button onclick="checkAnswer('right')">It's impossible to put down</button> | ||
<button onclick="checkAnswer('wrong')">It's too heavy</button> | ||
<button onclick="checkAnswer('wrong')">It's glued to the table</button> | ||
</div> | ||
</div> | ||
<script> | ||
document.getElementById("book").onclick = function() { | ||
document.getElementById("puzzle").style.display = "block"; | ||
this.style.display = "none"; | ||
}; | ||
|
||
function checkAnswer(answer) { | ||
if (answer === 'right') { | ||
alert("Correct! The anti-gravity book is impossible to put down!"); | ||
} else { | ||
alert("Try again!"); | ||
} | ||
} | ||
</script> | ||
</body> | ||
</html> |