diff options
Diffstat (limited to 'BulletLabRemix')
-rwxr-xr-x | BulletLabRemix/common_mod.css | 28 | ||||
-rwxr-xr-x | BulletLabRemix/index.html | 74 | ||||
-rwxr-xr-x | BulletLabRemix/scrot.html | 52 | ||||
-rwxr-xr-x | BulletLabRemix/scrot/BLRIII_Menu.png | bin | 0 -> 136282 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLRII_BG.jpg | bin | 0 -> 71723 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLRII_BG2.jpg | bin | 0 -> 152449 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLRII_Laser.jpg | bin | 0 -> 72868 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLRII_Laser2.jpg | bin | 0 -> 48291 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLRII_Menu_Final.png | bin | 0 -> 126170 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLR_Ext.jpg | bin | 0 -> 172192 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLR_Linux.jpg | bin | 0 -> 248949 bytes | |||
-rwxr-xr-x | BulletLabRemix/scrot/BLR_Win.jpg | bin | 0 -> 64499 bytes |
12 files changed, 154 insertions, 0 deletions
diff --git a/BulletLabRemix/common_mod.css b/BulletLabRemix/common_mod.css new file mode 100755 index 0000000..d92d65f --- /dev/null +++ b/BulletLabRemix/common_mod.css @@ -0,0 +1,28 @@ +.CTitle { + font-family: 'FreeMono', 'Courier New', Courier, monospace; +} +.TText { + font-family: 'FreeMono', 'Courier New', Courier, monospace; +} +a:link { +color:#1194FF; +text-decoration:none; +} +a:visited { +color:#20ACFF; +text-decoration:none; +} +a:hover { +color:#3FBFFF; +text-decoration:none; +} +a:active { +color:#CCCCFF; +text-decoration:none; +} +div.floating { + right: 0px; + bottom: -10px; + position: fixed; + transform: rotateY(180deg); +}
\ No newline at end of file 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 <a href="../about.html">About</a> 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> diff --git a/BulletLabRemix/scrot.html b/BulletLabRemix/scrot.html new file mode 100755 index 0000000..c047323 --- /dev/null +++ b/BulletLabRemix/scrot.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Chrisoft::BulletLabRemix::Screen Shots</title> +<link rel=stylesheet href='../common.css' type='text/css'> +<style type="text/css"> +body +{ + color: #FFF; + background: #0A0A0A; +} +</style> +</head> + +<body> +<table border="0" style="width:66%;margin:auto;"> + <tr> + <td colspan="2" class="TText"> + <font size="6"><a href="../index.html">Chrisoft</a>::<a href="./index.html">BulletLabRemix</a>::<a href="./scrot.html">Screen Shots</a></font> + <p>These screen shots are somehow out dated...</p> + </td> + </tr> + <tr> + <td width="51%"><a href="./scrot/BLR_Win.jpg"><img src="./scrot/BLR_Win.jpg" width="400" height="300"></a><br> + <span class="TText">Bullet Lab Remix I Main menu</span></td> + <td width="49%"><a href="./scrot/BLR_Linux.jpg"><img src="./scrot/BLR_Linux.jpg" width="533" height="300"></a><br> + <span class="TText">Bullet Lab Remix I running under Debian GNU/Linux. </span></td> + </tr> + <tr> + <td><a href="./scrot/BLR_Ext.jpg"><img src="./scrot/BLR_Ext.jpg" width="400" height="300"></a><br> + <span class="TText">Bullet Lab Remix 1 Level 3 Part 1</span></td> + <td><p><a href="./scrot/BLRII_BG.jpg"><img src="./scrot/BLRII_BG.jpg" width="383" height="298"></a><br> + <span class="TText">Bullet Lab Remix II Dev Screen Shot</span> </p></td> + </tr> + <tr> + <td><p><a href="./scrot/BLRII_BG2.jpg"><img src="./scrot/BLRII_BG2.jpg" width="387" height="302"></a><br> + <span class="TText">Bullet Lab Remix II Dev Screen Shot</span></p></td> + <td><p><a href="./scrot/BLRII_Laser.jpg"><img src="./scrot/BLRII_Laser.jpg" width="387" height="302"></a><br> + <span class="TText">Bullet Lab Remix II Laser Development Screen Shot</span></p></td> + </tr> + <tr> + <td><a href="./scrot/BLRII_Laser2.jpg"><img src="./scrot/BLRII_Laser2.jpg" width="387" height="300"></a><br> + <span class="TText">Bullet Lab Remix II Dev Screen Shot</span></td> + <td> </td> + </tr> + <tr> + <td colspan="2" class="TText"><div align="center">Copyright Chrisoft 2014 <a href="../about.html">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> diff --git a/BulletLabRemix/scrot/BLRIII_Menu.png b/BulletLabRemix/scrot/BLRIII_Menu.png Binary files differnew file mode 100755 index 0000000..f4328ed --- /dev/null +++ b/BulletLabRemix/scrot/BLRIII_Menu.png diff --git a/BulletLabRemix/scrot/BLRII_BG.jpg b/BulletLabRemix/scrot/BLRII_BG.jpg Binary files differnew file mode 100755 index 0000000..6b26c6c --- /dev/null +++ b/BulletLabRemix/scrot/BLRII_BG.jpg diff --git a/BulletLabRemix/scrot/BLRII_BG2.jpg b/BulletLabRemix/scrot/BLRII_BG2.jpg Binary files differnew file mode 100755 index 0000000..4ce4a3f --- /dev/null +++ b/BulletLabRemix/scrot/BLRII_BG2.jpg diff --git a/BulletLabRemix/scrot/BLRII_Laser.jpg b/BulletLabRemix/scrot/BLRII_Laser.jpg Binary files differnew file mode 100755 index 0000000..64af85a --- /dev/null +++ b/BulletLabRemix/scrot/BLRII_Laser.jpg diff --git a/BulletLabRemix/scrot/BLRII_Laser2.jpg b/BulletLabRemix/scrot/BLRII_Laser2.jpg Binary files differnew file mode 100755 index 0000000..8518315 --- /dev/null +++ b/BulletLabRemix/scrot/BLRII_Laser2.jpg diff --git a/BulletLabRemix/scrot/BLRII_Menu_Final.png b/BulletLabRemix/scrot/BLRII_Menu_Final.png Binary files differnew file mode 100755 index 0000000..f860802 --- /dev/null +++ b/BulletLabRemix/scrot/BLRII_Menu_Final.png diff --git a/BulletLabRemix/scrot/BLR_Ext.jpg b/BulletLabRemix/scrot/BLR_Ext.jpg Binary files differnew file mode 100755 index 0000000..c2e755c --- /dev/null +++ b/BulletLabRemix/scrot/BLR_Ext.jpg diff --git a/BulletLabRemix/scrot/BLR_Linux.jpg b/BulletLabRemix/scrot/BLR_Linux.jpg Binary files differnew file mode 100755 index 0000000..a37bbc8 --- /dev/null +++ b/BulletLabRemix/scrot/BLR_Linux.jpg diff --git a/BulletLabRemix/scrot/BLR_Win.jpg b/BulletLabRemix/scrot/BLR_Win.jpg Binary files differnew file mode 100755 index 0000000..48df546 --- /dev/null +++ b/BulletLabRemix/scrot/BLR_Win.jpg |