├── keys.png ├── logo.png ├── pop.mp3 ├── pop.ogg ├── Chewy.ttf ├── swosh.mp3 ├── swosh.ogg ├── icons ├── 360.png ├── css.png ├── html5.png ├── scores.png └── reflexion.png ├── pbar-ani.gif ├── background.jpg ├── rotate-right.png ├── scores_exemple.png ├── jplayer.blue.monday.jpg ├── jplayer.blue.monday.video.play.png ├── jplayer.blue.monday.video.play.hover.png ├── README ├── jquery-css-transform.js ├── jquery.ba-hashchange.min.js ├── index.css ├── modernizr.custom.js ├── md5.js ├── i18n.js ├── index.html ├── jquery.tmpl.min.js ├── jplayer.blue.monday.css ├── game.html ├── game.css ├── game.desktop.js ├── jquery.jplayer.min.js ├── LICENSE └── game.js /keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/keys.png -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/logo.png -------------------------------------------------------------------------------- /pop.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/pop.mp3 -------------------------------------------------------------------------------- /pop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/pop.ogg -------------------------------------------------------------------------------- /Chewy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/Chewy.ttf -------------------------------------------------------------------------------- /swosh.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/swosh.mp3 -------------------------------------------------------------------------------- /swosh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/swosh.ogg -------------------------------------------------------------------------------- /icons/360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/icons/360.png -------------------------------------------------------------------------------- /icons/css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/icons/css.png -------------------------------------------------------------------------------- /pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/pbar-ani.gif -------------------------------------------------------------------------------- /background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/background.jpg -------------------------------------------------------------------------------- /icons/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/icons/html5.png -------------------------------------------------------------------------------- /icons/scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/icons/scores.png -------------------------------------------------------------------------------- /rotate-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/rotate-right.png -------------------------------------------------------------------------------- /scores_exemple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/scores_exemple.png -------------------------------------------------------------------------------- /icons/reflexion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/icons/reflexion.png -------------------------------------------------------------------------------- /jplayer.blue.monday.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/jplayer.blue.monday.jpg -------------------------------------------------------------------------------- /jplayer.blue.monday.video.play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/jplayer.blue.monday.video.play.png -------------------------------------------------------------------------------- /jplayer.blue.monday.video.play.hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gre/same-game-gravity/HEAD/jplayer.blue.monday.video.play.hover.png -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | --- Same Game Gravity For Desktop --- 2 | 3 | Copyright (C) 2011 @greweb 4 | Licence: GPL v3 - https://github.com/gre/same-game-gravity 5 | 6 | Same Game Gravity is a mind-bending ball removal puzzle game where you try 7 | to remove all of the balls from the board. Balls can only be removed when 8 | they are grouped with more balls of the same color. 9 | The balls are influenced by gravity. 10 | -------------------------------------------------------------------------------- /jquery-css-transform.js: -------------------------------------------------------------------------------- 1 | (function(a){function b(a){var b=["transform","WebkitTransform","msTransform","MozTransform","OTransform"],c;while(c=b.shift())if(typeof a.style[c]!="undefined")return c;return"transform"}var c=null,d=a.fn.css;a.fn.css=function(e,f){c===null&&(typeof a.cssProps!="undefined"?c=a.cssProps:typeof a.props!="undefined"?c=a.props:c={}),typeof c.transform=="undefined"&&(e=="transform"||typeof e=="object"&&typeof e.transform!="undefined")&&(c.transform=b(this.get(0)));if(c.transform!="transform")if(e=="transform"){e=c.transform;if(typeof f=="undefined"&&jQuery.style)return jQuery.style(this.get(0),e)}else typeof e=="object"&&typeof e.transform!="undefined"&&(e[c.transform]=e.transform,delete e.transform);return d.apply(this,arguments)}})(jQuery); 2 | -------------------------------------------------------------------------------- /jquery.ba-hashchange.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery hashchange event - v1.3 - 7/21/2010 3 | * http://benalman.com/projects/jquery-hashchange-plugin/ 4 | * 5 | * Copyright (c) 2010 "Cowboy" Ben Alman 6 | * Dual licensed under the MIT and GPL licenses. 7 | * http://benalman.com/about/license/ 8 | */ 9 | (function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$.browser.msie&&!d&&(function(){var q,r;j.start=function(){if(!q){r=$.fn[c].src;r=r&&r+a();q=$('').hide().one("load",function(){r||l(a());n()}).attr("src",r||"javascript:0").insertAfter("body")[0].contentWindow;h.onpropertychange=function(){try{if(event.propertyName==="title"){q.document.title=h.title}}catch(s){}}}};j.stop=k;o=function(){return a(q.location.href)};l=function(v,s){var u=q.document,t=$.fn[c].domain;if(v!==s){u.title=h.title;u.open();t&&u.write(' 14 | 15 | 16 |
17 |