This commit is contained in:
Pavol Rusnak 2010-11-25 02:18:58 +01:00
commit 006fe933a2
24 changed files with 229 additions and 0 deletions

BIN
data/8bit_wonder.woff Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
data/astley.ogg Normal file

Binary file not shown.

BIN
data/astley.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
data/avatars/axtheb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

BIN
data/avatars/chido.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

BIN
data/avatars/johny.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

BIN
data/avatars/nephirus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

BIN
data/avatars/niekt0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

BIN
data/avatars/pasky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

BIN
data/avatars/rainbof.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

BIN
data/avatars/ruza.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

BIN
data/avatars/spark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

BIN
data/avatars/stick.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

BIN
data/avatars/tutchek.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

BIN
data/avatars/wilder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

BIN
data/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

BIN
data/monitor.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

99
data/players.json Normal file
View 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
View 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;
}