Skip to content

Commit 10dd21b

Browse files
committed
More
1 parent a45eaaa commit 10dd21b

File tree

8 files changed

+43
-4
lines changed

8 files changed

+43
-4
lines changed

.DS_Store

2 KB
Binary file not shown.

grainstrain/grainFlash5v14.swf

126 KB
Binary file not shown.

grainstrain/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<html>
2+
3+
<head>
4+
<title>Grain Strain | Science Museum</title>
5+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
6+
<link rel="stylesheet" href="../style.css">
7+
8+
<meta name="robots" content="noindex">
9+
10+
</head>
11+
12+
<body>
13+
<div class="container">
14+
<embed src="grainFlash5v14.swf">
15+
</div>
16+
</body>
17+
18+
</html>

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ <h1>Legacy Flash Games from the Science Museum</h1>
1515
<p>From the online games webpage pre-2016 (<a href="https://webarchive.nationalarchives.gov.uk/ukgwa/20150203152637/http://www.sciencemuseum.org.uk/online_science/games">Archive from 2016</a>)</p>
1616
<p>Running on the <a href="https://ruffle.rs/">Ruffle Flash emulator</a></P>
1717
<ul>
18+
<li><a href="futurehome/">Building Bonanza</a></li>
1819
<li><a href="codebreaker/">Cracker</a></li>
1920
<li><a href="energyflows/">Energy Flows</a></li>
2021
<li><a href="energyninjas/">Energy Ninjas</a></li>
2122
<li><a href="talkscience/">Futurecade</a></li>
22-
<li><a href="futurehome/">Building Bonanza</a></li>
23-
<li><a href="idfit/">ID Fit</a></li>
23+
<li><a href="grainstrain/">Grain Strain</a></li>
2424
<li><a href="hungrymice/">Hungry Mice</a></li>
25+
<li><a href="idfit/">ID Fit</a></li>
2526
<li><a href="launchball/">Launchball</a></li>
26-
<li><a href="ouch/">Ouch</a></li>
27+
<li><a href="ouch/">Ouch</a></li>
28+
<li><a href="photoops/">Photo Ops</a></li>
2729
<li><a href="thingdom/">Thingdom</a></li>
2830
<li><a href="wasted/">Wasted</a></li>
2931
</ul>

photoops/.DS_Store

6 KB
Binary file not shown.

photoops/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<html>
2+
3+
<head>
4+
<title>Photo Ops | Science Museum</title>
5+
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
6+
<link rel="stylesheet" href="../style.css">
7+
8+
9+
<meta name="robots" content="noindex">
10+
11+
</head>
12+
13+
<body>
14+
<div class="container">
15+
<embed src="snapper.swf">
16+
</div>
17+
</body>
18+
19+
</html>

photoops/snapper.swf

866 KB
Binary file not shown.

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ color: white;
1616
.container {
1717
margin-left: auto;
1818
margin-right: auto;
19-
width:500px;
19+
width:700px;
2020
}

0 commit comments

Comments
 (0)