summaryrefslogtreecommitdiff
path: root/BulletLabRemix/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'BulletLabRemix/index.html')
-rwxr-xr-xBulletLabRemix/index.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/BulletLabRemix/index.html b/BulletLabRemix/index.html
new file mode 100755
index 0000000..408a2fa
--- /dev/null
+++ b/BulletLabRemix/index.html
@@ -0,0 +1,74 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Chrisoft::BulletLabRemix</title>
+<link rel=stylesheet href='../common.css' type='text/css'>
+<style type="text/css">
+body
+{
+ color: #3F3;
+ background: #0A0A0A;
+}
+div.TPartitle
+{
+ margin-top: 0.5em;
+ font-size: 1.5em;
+ font-weight: bold;
+}
+</style>
+</head>
+<body>
+<table border="0" style="width:66%;margin:auto;">
+ <tr>
+ <td class="TText">
+ <span style="text-align:left;font-size:2em;"><a href="../">Chrisoft</a>::<a href="./">Bullet Lab Remix</a></span>
+ <br>
+ <span style="float:right;">Meet the power of open source!</span></td>
+ </tr>
+ <tr>
+ <td class="TText"><div class="TPartitle">Over view</div><br>
+ <img src="./scrot/BLRIII_Menu.png" width="480" height="360" alt="BLRIII menu screenshot"><br>
+ Bullet Lab Remix
+ is an open source game project inspired by Gameboltz's <a href="http://www.funny-games.biz/bullet-lab.html">Bullet Lab</a> <a href="http://www.gameboltz.com/game/337/bulletlab">(Original link, dead)</a> and (somehow) <a href="http://www16.big.or.jp/~zun/">the Touhou Project</a>. However, this is a strange game with its own style.<br>
+ (Surprisingly, this game has native Linux support!)</td>
+ </tr>
+ <tr>
+ <td class="TText"><div class="TPartitle">System Requirements</div><br>
+ Bullet Lab Remix supports almost all modern i386/amd64 computers. See Readme in the game folder for details.
+ </td>
+ </tr>
+ <tr>
+ <td class="TText"><div class="TPartitle">Development Status</div><br>
+ [20150912]Bullet Lab Remix III is now in its main development phase.<br>
+ [20150614]Bullet Lab Remix III first development phase finished... The whole development folder can be found <a href="./public/BLRScriptTestbed">here</a>.<br>
+ [20150217]Bullet Lab Remix II 1.0.0-0 completed! Get source code <a href="https://github.com/chirs241097/bullet-lab-remix">Here</a>!<br>
+ [20130828]Bullet Lab Remix I 1.0.3 (stable release) Released!
+ </td>
+ </tr>
+ <tr>
+ <td class="TText"><div class="TPartitle">Distribution</div><br>
+ <a href="./public">Click here</a> to visit the download folder, which includes all binaries for different operating systems and, of course, the source code!
+ <br><br>
+ <a href="https://github.com/chirs241097/bullet-lab-remix">Project git repository</a>
+ </td>
+ </tr>
+ <tr>
+ <td class="TText"><div class="TPartitle">Screen Shots</div><br>
+ View Screen Shots <a href="./scrot.html">Here</a>(not maintained and outdated).</td>
+ </tr>
+ <tr>
+ <td colspan="4" class="TText"><div align="center">Copyright Chrisoft 2015&nbsp;&nbsp;<a href="../about.html">About</a>&nbsp;&nbsp;Site Map</div></td>
+ </tr>
+</table>
+</div>
+<div class="floatingr">
+ <script type="text/javascript">
+ function changeImage(img){
+ document.getElementById('aqt').src=img;
+ }
+ </script>
+ <img src="../koishi_norm.png" alt="" width="320" id="aqt" onmouseover="changeImage('../koishi_hovr.png')" onmouseout="changeImage('../koishi_norm.png')" onclick="this.remove();">
+</div>
+</body>
+</html>