This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ulrikdamm/NGJ13
- Loading branch information
Showing
14 changed files
with
344 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+5.61 KB
Site/public/.sass-cache/01d9c703dec66620383f8e501e8d4a8a4d42c47d/_support.scssc
Binary file not shown.
Binary file added
BIN
+10.4 KB
Site/public/.sass-cache/934c66450ac809554d2dc42c1071d71dc1fbc151/_shared.scssc
Binary file not shown.
Binary file added
BIN
+13.3 KB
Site/public/.sass-cache/934c66450ac809554d2dc42c1071d71dc1fbc151/_text-shadow.scssc
Binary file not shown.
Binary file added
BIN
+9.98 KB
Site/public/.sass-cache/b76b8953c83ffee1b575e4e17236485c9883763e/main.scssc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Require any additional compass plugins here. | ||
# Set this to the root of your project when deployed: | ||
http_path = "/" | ||
css_dir = "style/css" | ||
sass_dir = "style/sass" | ||
images_dir = "images" | ||
javascripts_dir = "js" | ||
# To enable relative paths to assets via compass helper functions. Uncomment: | ||
# relative_assets = true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<html> | ||
<head> | ||
<title>BuddyBuilder | Robocat</title> | ||
<link rel="stylesheet" type="text/css" href="/style/css/main.css" /> | ||
</head> | ||
<body> | ||
|
||
<div class="wrapper"> | ||
<nav class="menu" id="primary-navigation"> | ||
<ul> | ||
<li class="tweet"><a href="https://twitter.com/home?status=Build%20a%20buddy%20from%20body%20parts%20in%20this%20crazy%20two%20player%20game%20http%3A%2F%2Frobo.cat%2Fbuddybuilder%2F%20via%20%40robocat" target="_blank">Tweet this</a></li> | ||
<li class="fork"><a href="https://github.com/ulrikdamm/NGJ13" target="_blank"><div class="icon fork"></div>Fork on github</a></li> | ||
<li class="download"><a href="https://github.com/ulrikdamm/NGJ13/archive/master.zip">Download</a></li> | ||
</ul> | ||
<div class="clearboth"></div> | ||
</nav> | ||
<div class="clearboth"></div> | ||
|
||
<div class="game"> | ||
<object type="application/x-shockwave-flash" data="/game.swf" width="980" height="613"> | ||
<param name="quality" value="high" /> | ||
<param name="bgcolor" value="#000000" /> | ||
<param name="allowScriptAccess" value="sameDomain" /> | ||
<param name="allowFullScreenInteractive" value="true" /> | ||
</object> | ||
</div> | ||
|
||
<div class="footer"> | ||
<a href="http://robocatapps.com/" class="robocat"></a> | ||
|
||
<div class="description"> | ||
buddy builder is a different two player arena-style | ||
game made in 48 hours at the nordic game jam 2013. | ||
The theme was grotesque. <a class="video" href="http://www.youtube.com/watch?v=HwHMSzrfes0&feature=youtu.be" target="_blank">watch the video</a>. | ||
</div> | ||
<div class="bubble"></div> | ||
<div class="clearboth"></div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
/* line 3, ../sass/main.scss */ | ||
body { | ||
background: #000; | ||
color: #929297; | ||
font-family: 'Courier', monospace; | ||
} | ||
|
||
/* line 9, ../sass/main.scss */ | ||
.wrapper { | ||
margin: 0 auto; | ||
width: 980px; | ||
} | ||
|
||
/* line 14, ../sass/main.scss */ | ||
.menu { | ||
margin-bottom: 20px; | ||
width: 100%; | ||
} | ||
/* line 18, ../sass/main.scss */ | ||
.menu ul { | ||
float: right; | ||
} | ||
/* line 21, ../sass/main.scss */ | ||
.menu ul li { | ||
float: right; | ||
margin-left: 20px; | ||
} | ||
/* line 27, ../sass/main.scss */ | ||
.menu li.fork a { | ||
padding-left: 35px; | ||
} | ||
/* line 30, ../sass/main.scss */ | ||
.menu li.fork a .icon.fork { | ||
background: url("/images/fork.png") top left no-repeat; | ||
display: block; | ||
height: 26px; | ||
width: 23px; | ||
position: absolute; | ||
top: 5px; | ||
left: 5px; | ||
} | ||
/* line 40, ../sass/main.scss */ | ||
.menu li.fork a:hover .icon.fork { | ||
background: url("/images/fork_hover.png") top left no-repeat; | ||
} | ||
/* line 45, ../sass/main.scss */ | ||
.menu a { | ||
background: #272727; | ||
border: 3px solid #383838; | ||
color: #929297; | ||
display: block; | ||
position: relative; | ||
font-family: 'Courier', monospace; | ||
font-weight: bold; | ||
font-size: 1.1em; | ||
line-height: 34px; | ||
height: 34px; | ||
padding: 0px 9px; | ||
text-decoration: none; | ||
text-transform: uppercase; | ||
text-shadow: 1px, 1px, 0px, 1px, #0a0a0a; | ||
} | ||
/* line 63, ../sass/main.scss */ | ||
.menu a:hover { | ||
color: #138172; | ||
border-color: #006858; | ||
background: #36e0e1; | ||
} | ||
|
||
/* line 71, ../sass/main.scss */ | ||
.game { | ||
width: 980px; | ||
height: 613px; | ||
} | ||
|
||
/* line 76, ../sass/main.scss */ | ||
.robocat { | ||
background: url("/images/robocat.png") top left; | ||
display: block; | ||
float: left; | ||
height: 98px; | ||
margin-top: 15px; | ||
width: 90px; | ||
} | ||
|
||
/* line 85, ../sass/main.scss */ | ||
.bubble { | ||
background: url("/images/bubble.png") top left; | ||
float: right; | ||
height: 118px; | ||
width: 29px; | ||
} | ||
|
||
/* line 92, ../sass/main.scss */ | ||
.description { | ||
background: #202020; | ||
float: right; | ||
font-weight: bold; | ||
margin-top: 25px; | ||
padding: 23px 17px; | ||
text-transform: uppercase; | ||
width: 804px; | ||
} | ||
/* line 101, ../sass/main.scss */ | ||
.description a { | ||
color: #35e0e1; | ||
text-decoration: none; | ||
} | ||
/* line 105, ../sass/main.scss */ | ||
.description a:hover { | ||
text-decoration: underline; | ||
} | ||
|
||
/* line 111, ../sass/main.scss */ | ||
.clearboth { | ||
clear: both; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
@import "compass/css3/text-shadow"; | ||
|
||
body { | ||
background: #000; | ||
color: #929297; | ||
font-family: 'Courier', monospace; | ||
} | ||
|
||
.wrapper { | ||
margin: 0 auto; | ||
width: 980px; | ||
} | ||
|
||
.menu { | ||
margin-bottom: 20px; | ||
width: 100%; | ||
|
||
ul { | ||
float: right; | ||
|
||
li { | ||
float: right; | ||
margin-left: 20px; | ||
} | ||
} | ||
|
||
li.fork a { | ||
padding-left: 9px + 23px + 3px; | ||
|
||
.icon.fork { | ||
background: url('/images/fork.png') top left no-repeat; | ||
display: block; | ||
height: 26px; | ||
width: 23px; | ||
position: absolute; | ||
top: 5px; | ||
left: 5px; | ||
} | ||
|
||
&:hover .icon.fork { | ||
background: url('/images/fork_hover.png') top left no-repeat; | ||
} | ||
} | ||
|
||
a { | ||
background: #272727; | ||
border: 3px solid #383838; | ||
color: #929297; | ||
display: block; | ||
position: relative; | ||
font-family: 'Courier', monospace; | ||
font-weight: bold; | ||
font-size: 1.1em; | ||
line-height: 34px; | ||
height: 34px; | ||
padding: 0px 9px; | ||
|
||
text-decoration: none; | ||
text-transform: uppercase; | ||
@include text-shadow(1px, 1px, 0px, 1px, #0a0a0a); | ||
|
||
|
||
&:hover { | ||
color: #138172; | ||
border-color: #006858; | ||
background: #36e0e1; | ||
} | ||
} | ||
} | ||
|
||
.game { | ||
width: 980px; | ||
height: 613px; | ||
} | ||
|
||
.robocat { | ||
background: url('/images/robocat.png') top left; | ||
display:block; | ||
float: left; | ||
height: 98px; | ||
margin-top: 15px; | ||
width: 90px; | ||
} | ||
|
||
.bubble { | ||
background: url('/images/bubble.png') top left; | ||
float: right; | ||
height: 118px; | ||
width: 29px; | ||
} | ||
|
||
.description { | ||
background: #202020; | ||
float: right; | ||
font-weight: bold; | ||
margin-top: 25px; | ||
padding: 23px 17px; | ||
text-transform: uppercase; | ||
width: 804px; | ||
|
||
a { | ||
color: #35e0e1; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
text-decoration: underline; | ||
} | ||
} | ||
} | ||
|
||
.clearboth { | ||
clear: both; | ||
} |