ratcatcher/website/index.php

69 lines
1.6 KiB
PHP

<html>
<title>
nethack.net - ratcatcher
</title>
<body bgcolor="#99BB99">
<center>
<br>
<h1>Rat Catcher</h1>
<i>By Rob Pearce</i>
<br>
<img src="screenshot/webimage.png">
<br>
A platform game inspired by Bubble Bobble, Rodland, Snow Bros and the like.
<h2>Screenshots</h2>
<table border=1 align=center>
<tr>
<td>
<center>
<a href="screenshot/rcintro.png">
<img src="screenshot/tn_rcintro.png">
</a>
<br>
Ratcatcher's introduction sequence
</center>
</td>
<td>
<center>
<a href="screenshot/rc_1.png">
<img src="screenshot/tn_rc_1.png">
</a>
<br>
Start of level text
</center>
</td>
<td>
<center>
<a href="screenshot/kingratshot.png">
<img src="screenshot/tn_kingratshot.png">
</a>
<br>
The boss at the end of the first world.
</center>
</td>
</tr>
<tr>
<td colspan=3><center><a href="levels.php">See all levels</a></center></td>
</tr>
</table>
<h2>Download</h2>
This game is currently still incomplete, however the latest version of the OSX application (<b>r<?php include("currentrev.php"); ?></b>) is here:<br>
<li><a href="http://ratcatcher.nethack.net/RatCatcher-10.5.zip">Download for Mac OS X 10.5 (Leapord)</a>
<li> <a href="http://ratcatcher.nethack.net/RatCatcher-10.4.zip">Download for Mac OS X 10.4 (Tiger)</a>
<br>
<h2>Contact</h2>
Contact me at rob AT nethack DOT net with any questions, comments, etc.
<table border=0 width=75%>
<?php include("hiscores/functions.php"); ?>
<tr>
<td> <?php include("hiscores/hiscores.php"); ?></td>
<td>&nbsp;</td>
<td> <?php $easymode = 1; include("hiscores/hiscores.php"); ?></td>
</tr>
</table>
<br>
<?php include("info.html"); ?>
<br>
<br>
</html>