summaryrefslogtreecommitdiff
path: root/BulletLabRemix/index.html
blob: 408a2fa009b31ee0bb22a2267d13911a0c918e48 (plain) (blame)
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
<!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>