This commit is contained in:
ryliejamesthomas 2018-01-13 04:07:52 +11:00
parent 7429ef8146
commit 1c8744004c
19 changed files with 189 additions and 0 deletions

127
boards/room_01.html Normal file
View File

@ -0,0 +1,127 @@
<!DOCTYPE html>
<html lang="en-au">
<head>
<title>EXAMPLE GAME - ROOM 001</title>
<meta charset="UTF-8">
<meta name="author" content="Blueberry Soft">
<base target="message_frame">
<link rel="stylesheet" type="text/css" href="../base.css">
<style>
a {
color:white /* Hyperlink colour */
}
body {
background-color:lightgray; /* main bg colour */
background-image:url("../images/background.jpg");
color:blue; /* main text colour */
}
iframe {
border:1px inset lightgray; /* message border style */
}
td {
background-color:lightgray; /* panel background colour */
border:2px outset lightgray; /* panel border style */
}
#board td {
background-color:lightgray; /* board cells bg colour */
background-image:url("../images/floor.gif");
border:1px inset lightgray; /* board cells border style */
}
</style>
</head>
<body>
<table id="windows">
<tr>
<td id="person" class="window">
<table>
<tr>
<td class="window" class="heading">
<h2>perception</h2>
</td>
</tr>
</table>
<!-- PERCEPTIONS -->
<table id="sense">
<tr>
<td class="senses"><img src="../images/eye_01.gif"></td>
<td class="senses"><img src="../images/nose_01.gif"></td>
<td class="senses"><img src="../images/ear_01.gif"></td>
<td class="senses"><img src="../images/tongue_01.gif"></td>
<td class="senses"><img src="../images/hand_01.gif"></td>
</tr>
<!-- PERCEPTIONS - DESCRIPTIONS -->
<tr>
<td class="sensed">MOUSE,<br>EXIT</td>
<td class="sensed">MUSK, OFFAL</td>
<td class="sensed">CHURNING</td>
<td class="sensed">WET</td>
<td class="sensed">. . .</td>
</tr>
</table>
</td>
<td class="window" rowspan="2">
<table class="title">
<tr>
<td class="window" class="heading">
<h1>example game</h1>
</td>
</tr>
</table>
<!-- GAME BOARD -->
<table id="board">
<tr>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
</tr>
<tr>
<td><img src="../images/wall.jpg"></td>
<td></td>
<td></td>
<td></td>
<td><img src="../images/wall.jpg"></td>
</tr>
<tr>
<td><img src="../images/wall.jpg"></td>
<td></td>
<td></td>
<td><a href="../messages/room_001_skates.html"><img src="../images/skates.png"></td>
<td><img src="../images/wall.jpg"></td>
</tr>
<tr>
<td><img src="../images/wall.jpg"></td>
<td class="align_right"><a target="message_frame" href="../messages/room_001_mouse.txt">Ҩ ̡⁐̤ᕐᐷ</a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
<td><img src="../images/wall.jpg"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="message" class="window">
<table>
<tr>
<td class="window" class="heading">
<h2>message</h2>
</td>
<td class="window">
<a target="message_frame" href="../messages/room_001.txt">&#8632;</a>
</td>
</tr>
</table>
<iframe name="message_frame" src="../messages/room_001.txt"></iframe>
</td>
</tr>
</table>
</body>
</html>

BIN
images/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

BIN
images/ear_01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

BIN
images/eye_01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
images/floor.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/hand_01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
images/nose_01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
images/skates.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/skates_tap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
images/splash.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
images/tongue_01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
images/wall.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

6
messages/room_001.txt Normal file
View File

@ -0,0 +1,6 @@
You [ARE] in a room of viscera.
You [SEE] a mouse, and an exit.
You [SMELL] musk and offal.
You [HEAR] something like thick churning gunk.
You [FEEL] firm, wet stuff.
You dare not [TASTE].

View File

@ -0,0 +1,2 @@
The mouse says:
"squeek squeek"

View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en-au">
<head>
<meta meta charset="UTF-8">
<style>
body {font-family:monospace;}
</style>
</head>
<body>
<p>You see a pair of really fast skates</p>
<ul>
<li>[ <a href="room_001_skates_on.html">Put them on</a> ]</li>
<li>[ <a href="room_001_skates_laps.txt">Put them on, do a few laps</a> ]</li>
<li>[ <a href="room_001_skates_spiders.html">Check them for spiders</a> ]</li>
<li>[ Leave them be ]</li>
</ul>
</body>
</html>

View File

@ -0,0 +1,11 @@
You ZOOSH round the room--
LOOK OUT FOR THE MOUSE!
--getting faster and faster!!
YOU CAN'T STOP!!!
BETWEEN THE SMELL AND THE SPEED AND THE TERROR YOUR FEEL NAUSEATED
The skates vanish from your feet, returning to their former position.

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en-au">
<head>
<meta meta charset="UTF-8">
<style>
body {font-family:monospace;}
</style>
</head>
<body>
<p>YOU FEEL GREAT, MATE!</p>
<p>&lt; <a href="room_001_skates.html">back</a> ]</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en-au">
<head>
<meta meta charset="UTF-8">
<style>
body {font-family:monospace;}
</style>
</head>
<body>
<a href="room_001_skates.html"><img src="../images/skates_tap.png"></a>
</body>
</html>

0
sounds/dummy Normal file
View File