├── images ├── card.jpg ├── default_100_percent │ ├── common │ │ ├── error_network_generic.png │ │ ├── sadplugin.png │ │ └── webview-crash.png │ └── offline │ │ ├── 100-cloud.png │ │ ├── 100-error-offline.png │ │ ├── 100-horizon.png │ │ ├── 100-obstacle-large-sprite.png │ │ ├── 100-obstacle-small-sprite.png │ │ ├── 100-offline-fox.png │ │ ├── 100-restart.png │ │ └── 100-text-sprite.png ├── default_200_percent │ ├── common │ │ ├── error_network_generic.png │ │ ├── sadplugin.png │ │ └── webview-crash.png │ └── offline │ │ ├── 200-cloud.png │ │ ├── 200-error-offline.png │ │ ├── 200-horizon.png │ │ ├── 200-obstacle-large-sprite.png │ │ ├── 200-obstacle-small-sprite.png │ │ ├── 200-offline-fox.png │ │ ├── 200-restart.png │ │ └── 200-text-sprite.png └── favicon.png ├── index.html ├── js └── runner.js ├── readme.md ├── sounds ├── button-press.mp3 ├── hit.mp3 └── score-reached.mp3 └── stylesheet └── main.css /images/card.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/card.jpg -------------------------------------------------------------------------------- /images/default_100_percent/common/error_network_generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/common/error_network_generic.png -------------------------------------------------------------------------------- /images/default_100_percent/common/sadplugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/common/sadplugin.png -------------------------------------------------------------------------------- /images/default_100_percent/common/webview-crash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/common/webview-crash.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-cloud.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-error-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-error-offline.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-horizon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-horizon.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-obstacle-large-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-obstacle-large-sprite.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-obstacle-small-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-obstacle-small-sprite.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-offline-fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-offline-fox.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-restart.png -------------------------------------------------------------------------------- /images/default_100_percent/offline/100-text-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_100_percent/offline/100-text-sprite.png -------------------------------------------------------------------------------- /images/default_200_percent/common/error_network_generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/common/error_network_generic.png -------------------------------------------------------------------------------- /images/default_200_percent/common/sadplugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/common/sadplugin.png -------------------------------------------------------------------------------- /images/default_200_percent/common/webview-crash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/common/webview-crash.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-cloud.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-error-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-error-offline.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-horizon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-horizon.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-obstacle-large-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-obstacle-large-sprite.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-obstacle-small-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-obstacle-small-sprite.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-offline-fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-offline-fox.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-restart.png -------------------------------------------------------------------------------- /images/default_200_percent/offline/200-text-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/default_200_percent/offline/200-text-sprite.png -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/images/favicon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/index.html -------------------------------------------------------------------------------- /js/runner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/js/runner.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/readme.md -------------------------------------------------------------------------------- /sounds/button-press.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/sounds/button-press.mp3 -------------------------------------------------------------------------------- /sounds/hit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/sounds/hit.mp3 -------------------------------------------------------------------------------- /sounds/score-reached.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/sounds/score-reached.mp3 -------------------------------------------------------------------------------- /stylesheet/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphamorim/firefox-offline-game/HEAD/stylesheet/main.css --------------------------------------------------------------------------------