init
BIN
data/8bit_wonder.woff
Normal file
BIN
data/8bp030-04-rugar-butterfly_garden.ogg
Normal file
BIN
data/8bp062-04-usk-shanghai_moon.ogg
Normal file
BIN
data/astley.ogg
Normal file
BIN
data/astley.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
data/avatars/axtheb.png
Normal file
After Width: | Height: | Size: 496 B |
BIN
data/avatars/chido.png
Normal file
After Width: | Height: | Size: 627 B |
BIN
data/avatars/johny.png
Normal file
After Width: | Height: | Size: 482 B |
BIN
data/avatars/nephirus.png
Normal file
After Width: | Height: | Size: 485 B |
BIN
data/avatars/niekt0.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
data/avatars/pasky.png
Normal file
After Width: | Height: | Size: 602 B |
BIN
data/avatars/rainbof.png
Normal file
After Width: | Height: | Size: 514 B |
BIN
data/avatars/ruza.png
Normal file
After Width: | Height: | Size: 477 B |
BIN
data/avatars/spark.png
Normal file
After Width: | Height: | Size: 545 B |
BIN
data/avatars/stick.png
Normal file
After Width: | Height: | Size: 570 B |
BIN
data/avatars/tutchek.png
Normal file
After Width: | Height: | Size: 858 B |
BIN
data/avatars/wilder.png
Normal file
After Width: | Height: | Size: 655 B |
BIN
data/logo.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
data/monitor.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
99
data/players.json
Normal file
|
@ -0,0 +1,99 @@
|
|||
[
|
||||
{
|
||||
"nick": "ruza",
|
||||
"city": "Prague",
|
||||
"desc1": "Can drink up a pile of Club Mates and fall asleep",
|
||||
"desc2": "All your brmlab IDs belong to /me",
|
||||
"weapon": "bottle of Club Mate",
|
||||
"move": "Schhh sound of a bottle of fizzy liquid"
|
||||
},
|
||||
{
|
||||
"nick": "stick",
|
||||
"city": "Kosice, Slovakia",
|
||||
"desc1": "Will install openSUSE on your laptop when you are not looking",
|
||||
"desc2": "?",
|
||||
"weapon": "?",
|
||||
"move": "?"
|
||||
},
|
||||
{
|
||||
"nick": "pasky",
|
||||
"city": "Prague",
|
||||
"desc1": "GNU ninja otherwise occupied by training his robotized go-playing minions",
|
||||
"desc2": "Hacks for space and coffeine, vulnerable to solder and bureaucracy",
|
||||
"weapon": "Flame-throwing Roomba",
|
||||
"move": "Razor-sharp Go Stone Throw!"
|
||||
},
|
||||
{
|
||||
"nick": "rainbof",
|
||||
"city": "Ceske Budejovice",
|
||||
"desc1": "Rad se ucim veci ktere jsem nikdy nedelal",
|
||||
"desc2": "Nejradsi delam veci o kterych nic nevim",
|
||||
"weapon": "Python",
|
||||
"move": "exception attack"
|
||||
},
|
||||
{
|
||||
"nick": "AxTheB",
|
||||
"city": "Prague",
|
||||
"desc1": "Breaks, builds and breaks again things",
|
||||
"desc2": "This will not explode, I promise",
|
||||
"weapon": "Electric screwdriver",
|
||||
"move": "Untinker!"
|
||||
},
|
||||
{
|
||||
"nick": "Nephirus",
|
||||
"city": "Studanka",
|
||||
"desc1": "If it doesn't fit, use a bigger hammer",
|
||||
"desc2": "Too lazy for thinking up another description",
|
||||
"weapon": "Duct tape",
|
||||
"move": "Aura of procrastination"
|
||||
},
|
||||
{
|
||||
"nick": "niekt0",
|
||||
"city": "Slovakia",
|
||||
"desc1": "Lock durability -10",
|
||||
"desc2": "You feel unsafe",
|
||||
"weapon": "dd",
|
||||
"move": "summon inode"
|
||||
},
|
||||
{
|
||||
"nick": "spark",
|
||||
"city": "Presov",
|
||||
"desc1": "Nicola Tesla",
|
||||
"desc2": "8-bit AVR",
|
||||
"weapon": "Eagle",
|
||||
"move": "Electrification"
|
||||
},
|
||||
{
|
||||
"nick": "chido",
|
||||
"city": "Bratislava",
|
||||
"desc1": "Will extract DNA from every organic material that fits into her blender",
|
||||
"desc2": "Full-time graphic designer, part-time artist, hobby synthetic geneticist",
|
||||
"weapon": "Transcranial electrodes hooked to a tesla coil",
|
||||
"move": "Mitosis"
|
||||
},
|
||||
{
|
||||
"nick": "wilder",
|
||||
"city": "Bratislava",
|
||||
"desc1": "8-bit hippie freak",
|
||||
"desc2": "Enlightenment for your boring life",
|
||||
"weapon": "brain",
|
||||
"move": "deeply inside penetration"
|
||||
},
|
||||
{
|
||||
"nick": "JoHnY",
|
||||
"city": "Zavazna Poruba",
|
||||
"desc1": "Hide yourself or I'll take pictures of you in no time!",
|
||||
"desc2": "?",
|
||||
"weapon": "camera",
|
||||
"move": "deadly headbang"
|
||||
},
|
||||
{
|
||||
"nick": "tutchek",
|
||||
"city": "Liberec",
|
||||
"desc1": "?",
|
||||
"desc2": "?",
|
||||
"weapon": "?",
|
||||
"move": "?"
|
||||
}
|
||||
]
|
||||
|
52
data/style.css
Normal file
|
@ -0,0 +1,52 @@
|
|||
@font-face {
|
||||
font-family: "8bit";
|
||||
src: url("8bit_wonder.woff");
|
||||
}
|
||||
|
||||
body {
|
||||
background: #000 url("monitor.jpg") no-repeat;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ebit {
|
||||
font-family: "8bit";
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
.ebit2 {
|
||||
font-family: "8bit";
|
||||
font-size: 54px;
|
||||
}
|
||||
|
||||
.ebit3 {
|
||||
font-family: "8bit";
|
||||
font-size: 81px;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#screen {
|
||||
background: #000;
|
||||
position: absolute;
|
||||
width: 960px;
|
||||
height: 720px;
|
||||
left: 168px;
|
||||
top: 96px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
background: #000 url("logo.png");
|
||||
width: 160px;
|
||||
height: 36px;
|
||||
}
|
27
index.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"href="data/style.css" type="text/css" />
|
||||
<title>brmlab 8-bit</title>
|
||||
</head>
|
||||
|
||||
<embed src="data/8bp030-04-rugar-butterfly_garden.ogg" volume="100%" hidden="true" autostart="true" loop="true" />
|
||||
|
||||
<body>
|
||||
|
||||
<div id="screen">
|
||||
|
||||
<div class="center">
|
||||
|
||||
<div class="ebit2" style="margin-top: 250px;">enter the</div>
|
||||
|
||||
<img src="data/logo.png" width="480" height="108" />
|
||||
|
||||
<div class="ebit" style="margin-top: 250px;"><blink><a href="select.html">press start to play</a></blink></div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
27
play.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"href="data/style.css" type="text/css" />
|
||||
<title>brmlab 8-bit</title>
|
||||
</head>
|
||||
|
||||
<embed src="data/astley.ogg" volume="100%" hidden="true" autostart="true" loop="true" />
|
||||
|
||||
<body>
|
||||
|
||||
<div id="screen">
|
||||
|
||||
<div>
|
||||
|
||||
<div class="ebit3 center" style="margin-top: 300px; margin-bottom: 500px;">STAGE 1 - 1</div>
|
||||
|
||||
<img src="data/astley.png" />
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
24
select.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet"href="data/style.css" type="text/css" />
|
||||
<title>brmlab 8-bit</title>
|
||||
</head>
|
||||
|
||||
<embed src="data/8bp062-04-usk-shanghai_moon.ogg" volume="100%" hidden="true" autostart="true" loop="true" />
|
||||
|
||||
<body>
|
||||
|
||||
<div id="screen">
|
||||
|
||||
<div class="center">
|
||||
|
||||
<div class="ebit" style="margin-top: 50px;"><a href="play.html">choose your player:</a></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|