diff --git a/_config.yml b/_config.yml index c15b37b..65e84ae 100644 --- a/_config.yml +++ b/_config.yml @@ -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/" \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 1e851e7..296acb0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,16 +38,24 @@

Game developer . Hacker . Creativity freak!

{% include nav.html %} + {% if page.type != 'game' %}
{{ content }}
+ {% endif %} - {% include footer.html %} + {% if page.type == 'game' %} +
+ {{ content }} +
+ {% endif %} + + {% include footer.html %} {% include analytics.html %} diff --git a/css/style.css b/css/style.css index 8d512a5..def0e84 100644 --- a/css/style.css +++ b/css/style.css @@ -586,4 +586,13 @@ Social bar 2 bottom: 20px; cursor: pointer; display: none; +} + +/* +Game page + */ + +.content--game { + text-align: center; + margin-bottom: 50px; } \ No newline at end of file diff --git a/games/beat-sight/images/logo-128.jpg b/games/beat-sight/images/logo-128.jpg new file mode 100644 index 0000000..d28099e Binary files /dev/null and b/games/beat-sight/images/logo-128.jpg differ diff --git a/games/beat-sight/images/logo-64.jpg b/games/beat-sight/images/logo-64.jpg new file mode 100644 index 0000000..0570497 Binary files /dev/null and b/games/beat-sight/images/logo-64.jpg differ diff --git a/games/beat-sight/images/logo-64.png b/games/beat-sight/images/logo-64.png new file mode 100644 index 0000000..59a85fa Binary files /dev/null and b/games/beat-sight/images/logo-64.png differ diff --git a/games/beat-sight/index.html b/games/beat-sight/index.html index b56b9e2..63143ba 100644 --- a/games/beat-sight/index.html +++ b/games/beat-sight/index.html @@ -85,15 +85,15 @@

Game Over!

diff --git a/games/beat-sight/sfx/note5.wav b/games/beat-sight/sfx/note5.wav new file mode 100644 index 0000000..0ccf496 Binary files /dev/null and b/games/beat-sight/sfx/note5.wav differ diff --git a/games/feed-the-gods/feed-the-gods.swf b/games/feed-the-gods/feed-the-gods.swf new file mode 100644 index 0000000..e5e31e6 Binary files /dev/null and b/games/feed-the-gods/feed-the-gods.swf differ diff --git a/games/feed-the-gods/index.html b/games/feed-the-gods/index.html new file mode 100644 index 0000000..e3e30d6 --- /dev/null +++ b/games/feed-the-gods/index.html @@ -0,0 +1,22 @@ +--- +layout: default +title: Feed the Gods +name: games +type: game +--- + +

Feed the Gods

+ + + + + + + + +

+ Creative Commons License
This work by Kushagra Gour is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Permissions beyond the scope of this license may be available at http://kushagragour.in +

\ No newline at end of file diff --git a/games/fun-with-force/index.html b/games/fun-with-force/index.html index d02e51b..5f2d155 100644 --- a/games/fun-with-force/index.html +++ b/games/fun-with-force/index.html @@ -1,47 +1,22 @@ - - - - Fun With Force - - - - - - - +--- +layout: default +title: Fun With Force +name: games +type: game +--- - - -

Fun With Force (For NGDC BYOG 2011)

- - - - - - - +

Fun With Force (For NGDC BYOG 2011)

-

- Creative Commons License
This work by Kushagra Gour is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Permissions beyond the scope of this license may be available at http://kushagragour.in -

+ + + + + + - - - \ No newline at end of file +

+ Creative Commons License
This work by Kushagra Gour is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Permissions beyond the scope of this license may be available at http://kushagragour.in +

\ No newline at end of file diff --git a/games/saveme/LD23.swf b/games/saveme/LD23.swf new file mode 100644 index 0000000..2f8104e Binary files /dev/null and b/games/saveme/LD23.swf differ diff --git a/games/saveme/index.html b/games/saveme/index.html new file mode 100644 index 0000000..9526163 --- /dev/null +++ b/games/saveme/index.html @@ -0,0 +1,34 @@ +--- +layout: default +title: Save Me +name: games +type: game +--- + +

Save Me (for LudumDare 23)

+ +

Instructions

+ +

Save the little character from the enemy. Collect white balls to get lives. +

Controls:

+

Move - Arrow keys : Jump - Z : Switch transition - X

+

+ + + + + + + + + Get Adobe Flash player + + + + + + +

License

+

WTFPL

+ +Fork me on GitHub \ No newline at end of file