-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (79 loc) · 3.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<title>ReadySoft - Online Animation Player - Megidish.net</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body style="margin: 0px auto; text-align: center; padding: 0px 0px; width: 780px; background: #e5e5e5; min-height: 800px;">
<div style="background-color: #fff; padding-top: 10px; width: 780px; text-align: center;">
<div style="font-family: helvetica,sans-serif; font-size: 72px; color: #333; font-weight: bold;">
ReadySoft Player
</div>
<div align="center">
<div style="font-family: Arial; font-size: 14px; width: 650px; text-align: left;">
<p>
Readysoft Animation Player was a super fun project I made back in 2006, aiming to port
Dragon's Lair & Space Ace to modern and mobile platforms. The greatest thing about
these games (aside the gameplay and superb Bluth animation,) is that they are available
for every console, alive or dead, with new versions
<a href="http://www.amazon.com/Dragons-Lair-Blu-ray-Playstation-3/dp/B000IMUYRE">still being released</a>.
</p>
<p>
I intend to publish a technical article about Readysoft's FMV engine, and compare different
console versions. It's part of <a href="http://www.megidish.net/museum/">Gawd's Museum of Dissected Games</a>,
and a detailed autopsy and source code will be uploaded later.
</p>
</div>
</div>
<div style="margin-top: 20px; margin-left: 20px;">
<div style="width: 240px; height: 150px; float: left; text-align: center; font-size: 24px; font-family: Tahoma; font-weight: bold; color: #333; padding: 3px;">
<div style="padding-top: 63px;">
SELECT GAME:
</div>
</div>
<div style="float: left; padding: 3px; width: 240px; height: 150px;">
<a href="/readysoft/sa1/">
<img src="http://www.megidish.net/readysoft/sa1/bin-0100.png" style="width: 240px; height: 150px;" border="0" alt="Space Ace 1">
</a>
</div>
<div style="float: left; padding: 3px; width: 240px; height: 150px;">
<a href="/readysoft/sa2/">
<img src="http://www.megidish.net/readysoft/sa2/bin-0100.png" style="width: 240px; height: 150px;" border="0" alt="Space Ace 2">
</a>
</div>
<br style="clear: both;" />
<div style="float: left; padding: 3px; width: 240px; height: 150px;">
<a href="/readysoft/dl1/">
<img src="http://www.megidish.net/readysoft/dl1/bin-0100.png" style="width: 240px; height: 150px;" border="0" alt="Dragon's Lair 1">
</a>
</div>
<div style="float: left; padding: 3px; width: 240px; height: 150px;">
<a href="/readysoft/dl2/">
<img src="http://www.megidish.net/readysoft/dl2/bin-0100.png" style="width: 240px; height: 150px;" border="0" alt="Dragon's Lair 2">
</a>
</div>
<div style="float: left; padding: 3px; width: 240px; height: 150px;">
<a href="/readysoft/dl3/">
<img src="http://www.megidish.net/readysoft/dl3/bin-0100.png" style="width: 240px; height: 150px;" border="0" alt="Dragon's Lair 3">
</a>
</div>
<br style="clear: both;" />
<p>
Select a game to begin
</p>
</div>
<div style="background-color: #EEEEEE; margin: 20px 0px 0px 0px; padding: 14px;">
<strong>Readysoft Animation Player</strong> made by <a href="http://www.megidish.net/">Gil Megidish</a>. I can be contacted at
<a href="mailto:[email protected]">[email protected]</a>. Warped out!
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-541540-2";
urchinTracker();
</script>
</body>
</html>
</body>
</html>