Skip to content

Commit

Permalink
add more games
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushagra Gour committed Jul 13, 2013
1 parent 2d63feb commit 238b7f6
Show file tree
Hide file tree
Showing 13 changed files with 106 additions and 54 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ lab_projects:
games:
- name: "Beat Sight"
link: "beat-sight/"
- name: "Feed the Gods"
link: "feed-the-gods/"
- name: "Save Me (LD23)"
link: "saveme/"
- name: "Fun With Force"
link: "fun-with-force/"
10 changes: 9 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,24 @@ <h2>Game developer . Hacker . Creativity freak!</h2>

{% include nav.html %}

{% if page.type != 'game' %}
<div id="content">
{{ content }}
</div>
{% endif %}

</div>


</div>

{% include footer.html %}
{% if page.type == 'game' %}
<div class="content content--game">
{{ content }}
</div>
{% endif %}

{% include footer.html %}

{% include analytics.html %}

Expand Down
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,4 +586,13 @@ Social bar 2
bottom: 20px;
cursor: pointer;
display: none;
}

/*
Game page
*/

.content--game {
text-align: center;
margin-bottom: 50px;
}
Binary file added games/beat-sight/images/logo-128.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/beat-sight/images/logo-64.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/beat-sight/images/logo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions games/beat-sight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ <h2>Game Over!</h2>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19798102-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19798102-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

Expand Down
Binary file added games/beat-sight/sfx/note5.wav
Binary file not shown.
Binary file added games/feed-the-gods/feed-the-gods.swf
Binary file not shown.
22 changes: 22 additions & 0 deletions games/feed-the-gods/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: default
title: Feed the Gods
name: games
type: game
---

<h2>Feed the Gods</h2>

<object class="playerpreview" type="application/x-shockwave-flash"
data="feed-the-gods.swf" width="800" height="600">
<param name="movie" value="fun with force.swf" />
<param name="bgcolor" value="#ffffff" />
<embed href="fun with force.swf" bgcolor="#ffffff" width="800"
height="600" name="movie" align="center"
type="application/x-shockwave-flash" >
</embed>
</object>

<p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dct:type">work</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://kushagragour.in" property="cc:attributionName" rel="cc:attributionURL">Kushagra Gour</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://kushagragour.in" rel="cc:morePermissions">http://kushagragour.in</a>
</p>
63 changes: 19 additions & 44 deletions games/fun-with-force/index.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Fun With Force</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<meta name="description" content="" />
<meta name="keywords" content="game physics byog flash" />

<link rel="stylesheet" href="/css/style.css" />
<style type="text/css">
body { text-align:center; }
</style>
---
layout: default
title: Fun With Force
name: games
type: game
---

</head>
<body>
<h1>Fun With Force (For NGDC BYOG 2011)</h1>

<object class="playerpreview" type="application/x-shockwave-flash"
data="fun with force.swf" width="800" height="600">
<param name="movie" value="fun with force.swf" />
<param name="bgcolor" value="#ffffff" />
<embed href="fun with force.swf" bgcolor="#ffffff" width="800"
height="600" name="movie" align="center"
type="application/x-shockwave-flash" >
</embed>
</object>
<h2>Fun With Force (For NGDC BYOG 2011)</h2>

<p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dct:type">work</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://kushagragour.in" property="cc:attributionName" rel="cc:attributionURL">Kushagra Gour</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://kushagragour.in" rel="cc:morePermissions">http://kushagragour.in</a>
</p>
<object class="playerpreview" type="application/x-shockwave-flash"
data="fun with force.swf" width="800" height="600">
<param name="movie" value="fun with force.swf" />
<param name="bgcolor" value="#ffffff" />
<embed href="fun with force.swf" bgcolor="#ffffff" width="800"
height="600" name="movie" align="center"
type="application/x-shockwave-flash" >
</embed>
</object>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19798102-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dct:type">work</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://kushagragour.in" property="cc:attributionName" rel="cc:attributionURL">Kushagra Gour</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="http://kushagragour.in" rel="cc:morePermissions">http://kushagragour.in</a>
</p>
Binary file added games/saveme/LD23.swf
Binary file not shown.
34 changes: 34 additions & 0 deletions games/saveme/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: default
title: Save Me
name: games
type: game
---

<h2>Save Me (for LudumDare 23)</h2>

<h3>Instructions</h3>

<p>Save the little character from the enemy. Collect white balls to get lives.
<h4>Controls:</h4>
<p><strong>Move</strong> - Arrow keys : <strong>Jump</strong> - Z : <strong>Switch transition</strong> - X</p>
</p>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" id="movie_name" align="middle">
<param name="movie" value="LD23.swf"/>
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="LD23.swf" width="400" height="400">
<param name="movie" value="LD23.swf"/>
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>

<h3>License</h3>
<p>WTFPL</p>

<a href="https://github.com/chinchang/LD23"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

0 comments on commit 238b7f6

Please sign in to comment.