├── .gitattributes ├── .github └── workflows │ └── node.js.yml ├── .gitignore ├── .gitpod.yml ├── LICENSE ├── README.md ├── apps ├── chromium │ ├── bong │ │ ├── css │ │ │ └── style.css │ │ └── index.html │ ├── error.html │ ├── images │ │ ├── thumbnail-adsense.png │ │ ├── thumbnail-facebook.png │ │ ├── thumbnail-forocoches.jpg │ │ ├── thumbnail-gmail.png │ │ ├── thumbnail-maska-humanoid.jpg │ │ ├── thumbnail-moneyzgone.jpg │ │ ├── thumbnail-newbiegod.jpg │ │ └── wallpaper-4k-nature-wallpaper-1800.jpg │ ├── index.html │ └── offline │ │ ├── assets │ │ ├── default_100_percent │ │ │ ├── 100-disabled.png │ │ │ ├── 100-error-offline.png │ │ │ └── 100-offline-sprite.png │ │ ├── default_200_percent │ │ │ ├── 200-disabled.png │ │ │ ├── 200-error-offline.png │ │ │ └── 200-offline-sprite.png │ │ ├── offline-sprite-1x.png │ │ └── offline-sprite-2x.png │ │ ├── index.css │ │ ├── index.html │ │ └── index.js └── games │ ├── 2048 │ ├── .gitignore │ ├── .jshintrc │ ├── CONTRIBUTING.md │ ├── LICENSE.txt │ ├── README.md │ ├── Rakefile │ ├── favicon.ico │ ├── index.html │ ├── js │ │ ├── animframe_polyfill.js │ │ ├── application.js │ │ ├── bind_polyfill.js │ │ ├── classlist_polyfill.js │ │ ├── game_manager.js │ │ ├── grid.js │ │ ├── html_actuator.js │ │ ├── keyboard_input_manager.js │ │ ├── local_storage_manager.js │ │ └── tile.js │ ├── meta │ │ ├── apple-touch-icon.png │ │ ├── apple-touch-startup-image-640x1096.png │ │ └── apple-touch-startup-image-640x920.png │ └── style │ │ ├── fonts │ │ ├── ClearSans-Bold-webfont.eot │ │ ├── ClearSans-Bold-webfont.svg │ │ ├── ClearSans-Bold-webfont.woff │ │ ├── ClearSans-Light-webfont.eot │ │ ├── ClearSans-Light-webfont.svg │ │ ├── ClearSans-Light-webfont.woff │ │ ├── ClearSans-Regular-webfont.eot │ │ ├── ClearSans-Regular-webfont.svg │ │ ├── ClearSans-Regular-webfont.woff │ │ └── clear-sans.css │ │ ├── helpers.scss │ │ ├── main.css │ │ └── main.scss │ ├── hextris │ ├── .gitignore │ ├── CNAME │ ├── LICENSE.md │ ├── README.md │ ├── favicon.ico │ ├── images │ │ ├── android.png │ │ ├── appstore.svg │ │ ├── btn_back.svg │ │ ├── btn_facebook.svg │ │ ├── btn_help.svg │ │ ├── btn_pause.svg │ │ ├── btn_restart.svg │ │ ├── btn_resume.svg │ │ ├── btn_share.svg │ │ ├── btn_twitter.svg │ │ ├── facebook-opengraph.png │ │ ├── icon_arrows.svg │ │ └── twitter-opengraph.png │ ├── index.html │ ├── js │ │ ├── Block.js │ │ ├── Hex.js │ │ ├── Text.js │ │ ├── checking.js │ │ ├── comboTimer.js │ │ ├── initialization.js │ │ ├── input.js │ │ ├── main.js │ │ ├── math.js │ │ ├── render.js │ │ ├── save-state.js │ │ ├── update.js │ │ ├── view.js │ │ └── wavegen.js │ ├── style │ │ ├── fa │ │ │ ├── css │ │ │ │ ├── font-awesome.css │ │ │ │ └── font-awesome.min.css │ │ │ └── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ ├── fonts │ │ │ ├── Exo2-ExtraLight.otf │ │ │ ├── Exo2-Regular.otf │ │ │ ├── Exo2-SemiBold.otf │ │ │ ├── Lovelo.otf │ │ │ ├── QuattrocentoSans-Regular.ttf │ │ │ └── roboto.woff │ │ ├── rrssb.css │ │ └── style.css │ └── vendor │ │ ├── hammer.min.js │ │ ├── jquery.js │ │ ├── js.cookie.js │ │ ├── jsonfn.min.js │ │ ├── keypress.min.js │ │ ├── rrssb.min.js │ │ └── sweet-alert.min.js │ ├── newbie-god │ ├── .gitignore │ ├── README.md │ ├── assets │ │ ├── images │ │ │ ├── axe.png │ │ │ ├── background.png │ │ │ ├── bullet.png │ │ │ ├── button.png │ │ │ ├── cat.png │ │ │ ├── cloud1.png │ │ │ ├── cloud2.png │ │ │ ├── god.png │ │ │ ├── interactArea.png │ │ │ ├── inventory.png │ │ │ ├── lumberjack.png │ │ │ ├── mountain.png │ │ │ ├── platform-grass.png │ │ │ ├── platform.png │ │ │ ├── sinner.png │ │ │ ├── snow.png │ │ │ ├── tree.png │ │ │ ├── water.png │ │ │ ├── waterfall.png │ │ │ ├── world-grass.png │ │ │ └── world.png │ │ └── sound │ │ │ ├── chop.wav │ │ │ ├── death.wav │ │ │ ├── got.wav │ │ │ └── wrath.wav │ ├── gulpfile.js │ ├── index.html │ ├── js │ │ ├── bundle.js │ │ ├── endState.js │ │ ├── lib │ │ │ └── phaser.min.js │ │ ├── main.js │ │ └── playState │ │ │ ├── characters │ │ │ ├── god.js │ │ │ ├── lumberjack.js │ │ │ └── sinner.js │ │ │ ├── create.js │ │ │ ├── index.js │ │ │ ├── init.js │ │ │ ├── methods.js │ │ │ ├── preload.js │ │ │ └── update.js │ └── package.json │ ├── swap │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── favicon.ico │ ├── index.html │ ├── js │ │ ├── ai.js │ │ ├── draw.js │ │ ├── input.js │ │ ├── keypress-1.0.8.min.js │ │ ├── levels.js │ │ ├── player.js │ │ ├── tile.js │ │ └── world.js │ ├── music.mp3 │ └── thumbnail.png │ └── tower │ ├── images │ ├── coin.png │ ├── coins.png │ ├── ground.png │ ├── ladder.png │ ├── monster.png │ ├── monster │ │ ├── blocker1.png │ │ ├── blocker2.png │ │ ├── flyleft1.png │ │ ├── flyleft2.png │ │ ├── flyright1.png │ │ ├── flyright2.png │ │ ├── slimeleft1.png │ │ ├── slimeleft2.png │ │ ├── slimeright1.png │ │ ├── slimeright2.png │ │ ├── snailleft1.png │ │ ├── snailleft2.png │ │ ├── snailright1.png │ │ └── snailright2.png │ ├── player.png │ └── player │ │ ├── 00_right.png │ │ ├── 01_right.png │ │ ├── 02_right.png │ │ ├── 03_right.png │ │ ├── 04_right.png │ │ ├── 05_right.png │ │ ├── 06_right.png │ │ ├── 07_right.png │ │ ├── 08_right.png │ │ ├── 09_right.png │ │ ├── 10_right.png │ │ ├── 11_front.png │ │ ├── 12_front_right.png │ │ ├── 13_front_left.png │ │ ├── 14_jump.png │ │ ├── 15_hurt_left.png │ │ ├── 16_hurt_right.png │ │ ├── 17_left.png │ │ ├── 18_left.png │ │ ├── 19_left.png │ │ ├── 20_left.png │ │ ├── 21_left.png │ │ ├── 22_left.png │ │ ├── 23_left.png │ │ ├── 24_left.png │ │ ├── 25_left.png │ │ ├── 26_left.png │ │ ├── 27_left.png │ │ ├── 28_climb.png │ │ ├── 29_climb.png │ │ ├── 30_climb.png │ │ ├── 31_climb.png │ │ ├── 32_climb.png │ │ ├── 33_climb.png │ │ ├── 34_climb.png │ │ ├── 35_climb.png │ │ ├── 36_climb.png │ │ ├── 37_climb.png │ │ └── 38_climb.png │ ├── index.html │ ├── js │ ├── common.js │ ├── fpsmeter.min.js │ └── tower.js │ ├── levels │ └── demo.json │ ├── license │ └── readme.md ├── css ├── index.css ├── index_old.css ├── ionicons.min.css ├── jquery-ui.min.css └── normalize.min.css ├── dist └── vendor │ ├── jquery-3.3.1.min.js │ ├── jquery-ui.min.js │ └── terminal-1.0.0.min.js ├── fonts ├── ionicons.eot ├── ionicons.svg ├── ionicons.ttf └── ionicons.woff ├── images ├── Vuindows-blue.png ├── Vuindows-white.png ├── accounts.png ├── allApps.png ├── arrow.png ├── australia1.jpg ├── australia2.jpg ├── australia3.jpg ├── australia4.jpg ├── backgrounds │ ├── background1.jpg │ ├── background2.jpg │ ├── background3.jpg │ ├── background4.jpg │ ├── background5.jpg │ ├── background6.jpg │ ├── background7.jpg │ ├── background8.jpg │ └── background9.jpg ├── close.png ├── desktop.png ├── devices.png ├── dj1.jpg ├── dj2.jpg ├── dj3.jpg ├── downArrow.png ├── filetypes │ ├── audio.png │ ├── executable.png │ ├── file.png │ ├── folder.png │ ├── text.png │ └── video.png ├── home.png ├── internet.png ├── laptop.png ├── menu.png ├── personalization.png ├── power.png ├── privacy.png ├── profile.png ├── programs │ ├── 2048.jpg │ ├── adarkroom.png │ ├── bemuse.png │ ├── cube.png │ ├── edge.png │ ├── file-explorer.png │ ├── fileExplorer.png │ ├── hexahedral.jpg │ ├── hextris.png │ ├── navigator.png │ ├── newbie-god.png │ ├── newbie-god2.png │ ├── notepad.png │ ├── settings-bg.png │ ├── settings.png │ ├── settings_alt.png │ ├── settings_alt2.png │ ├── song.png │ ├── spotify.png │ ├── steam.png │ ├── swap.png │ ├── terminal.png │ ├── the_house.png │ ├── thehouse-transparent.png │ ├── thehouse.jpg │ ├── tower.png │ └── vlc.png ├── random1.jpg ├── random2.jpg ├── random3.jpg ├── reload.png ├── time.png ├── ui-icons_444444_256x240.png ├── update.png ├── upload.ico └── windows.png ├── index.html ├── js ├── App.vue ├── bootstrap.js ├── components │ ├── ContextMenu.vue │ ├── Cortana.vue │ ├── Desktop.vue │ ├── Program.vue │ ├── Programs │ │ ├── AudioPlayer.vue │ │ ├── FileExplorer.vue │ │ ├── Navigator.vue │ │ ├── Notepad.vue │ │ ├── PhotoViewer.vue │ │ ├── Settings.vue │ │ ├── Terminal.vue │ │ └── VideoPlayer.vue │ ├── Shortcut.vue │ ├── StartMenu.vue │ ├── Taskbar.vue │ └── WindowsLoader.vue ├── mixins │ └── program.js ├── services │ └── video.js ├── store │ ├── index.js │ └── modules │ │ ├── filesystem.js │ │ ├── preferences.js │ │ └── programs.js └── utils.js ├── music ├── .gitkeep └── Jahzzar-Siesta.mp3 ├── package.json ├── videos ├── .gitkeep └── a_sky_full_of_stars.mp4 └── webpack.mix.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/node.js.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/.github/workflows/node.js.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitpod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/.gitpod.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/README.md -------------------------------------------------------------------------------- /apps/chromium/bong/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/bong/css/style.css -------------------------------------------------------------------------------- /apps/chromium/bong/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/bong/index.html -------------------------------------------------------------------------------- /apps/chromium/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/error.html -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-adsense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-adsense.png -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-facebook.png -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-forocoches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-forocoches.jpg -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-gmail.png -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-maska-humanoid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-maska-humanoid.jpg -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-moneyzgone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-moneyzgone.jpg -------------------------------------------------------------------------------- /apps/chromium/images/thumbnail-newbiegod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/thumbnail-newbiegod.jpg -------------------------------------------------------------------------------- /apps/chromium/images/wallpaper-4k-nature-wallpaper-1800.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/images/wallpaper-4k-nature-wallpaper-1800.jpg -------------------------------------------------------------------------------- /apps/chromium/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/index.html -------------------------------------------------------------------------------- /apps/chromium/offline/assets/default_100_percent/100-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/default_100_percent/100-disabled.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/default_100_percent/100-error-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/default_100_percent/100-error-offline.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/default_100_percent/100-offline-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/default_100_percent/100-offline-sprite.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/default_200_percent/200-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/default_200_percent/200-disabled.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/default_200_percent/200-error-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/default_200_percent/200-error-offline.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/default_200_percent/200-offline-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/default_200_percent/200-offline-sprite.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/offline-sprite-1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/offline-sprite-1x.png -------------------------------------------------------------------------------- /apps/chromium/offline/assets/offline-sprite-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/assets/offline-sprite-2x.png -------------------------------------------------------------------------------- /apps/chromium/offline/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/index.css -------------------------------------------------------------------------------- /apps/chromium/offline/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/index.html -------------------------------------------------------------------------------- /apps/chromium/offline/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/chromium/offline/index.js -------------------------------------------------------------------------------- /apps/games/2048/.gitignore: -------------------------------------------------------------------------------- 1 | .sass-cache/ 2 | -------------------------------------------------------------------------------- /apps/games/2048/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/.jshintrc -------------------------------------------------------------------------------- /apps/games/2048/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/CONTRIBUTING.md -------------------------------------------------------------------------------- /apps/games/2048/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/LICENSE.txt -------------------------------------------------------------------------------- /apps/games/2048/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/README.md -------------------------------------------------------------------------------- /apps/games/2048/Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/Rakefile -------------------------------------------------------------------------------- /apps/games/2048/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/favicon.ico -------------------------------------------------------------------------------- /apps/games/2048/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/index.html -------------------------------------------------------------------------------- /apps/games/2048/js/animframe_polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/animframe_polyfill.js -------------------------------------------------------------------------------- /apps/games/2048/js/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/application.js -------------------------------------------------------------------------------- /apps/games/2048/js/bind_polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/bind_polyfill.js -------------------------------------------------------------------------------- /apps/games/2048/js/classlist_polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/classlist_polyfill.js -------------------------------------------------------------------------------- /apps/games/2048/js/game_manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/game_manager.js -------------------------------------------------------------------------------- /apps/games/2048/js/grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/grid.js -------------------------------------------------------------------------------- /apps/games/2048/js/html_actuator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/html_actuator.js -------------------------------------------------------------------------------- /apps/games/2048/js/keyboard_input_manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/keyboard_input_manager.js -------------------------------------------------------------------------------- /apps/games/2048/js/local_storage_manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/local_storage_manager.js -------------------------------------------------------------------------------- /apps/games/2048/js/tile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/js/tile.js -------------------------------------------------------------------------------- /apps/games/2048/meta/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/meta/apple-touch-icon.png -------------------------------------------------------------------------------- /apps/games/2048/meta/apple-touch-startup-image-640x1096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/meta/apple-touch-startup-image-640x1096.png -------------------------------------------------------------------------------- /apps/games/2048/meta/apple-touch-startup-image-640x920.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/meta/apple-touch-startup-image-640x920.png -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Bold-webfont.eot -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Bold-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Bold-webfont.svg -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Bold-webfont.woff -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Light-webfont.eot -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Light-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Light-webfont.svg -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Light-webfont.woff -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Regular-webfont.eot -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Regular-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Regular-webfont.svg -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/ClearSans-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/ClearSans-Regular-webfont.woff -------------------------------------------------------------------------------- /apps/games/2048/style/fonts/clear-sans.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/fonts/clear-sans.css -------------------------------------------------------------------------------- /apps/games/2048/style/helpers.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/helpers.scss -------------------------------------------------------------------------------- /apps/games/2048/style/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/main.css -------------------------------------------------------------------------------- /apps/games/2048/style/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/2048/style/main.scss -------------------------------------------------------------------------------- /apps/games/hextris/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/.gitignore -------------------------------------------------------------------------------- /apps/games/hextris/CNAME: -------------------------------------------------------------------------------- 1 | hextris.io 2 | -------------------------------------------------------------------------------- /apps/games/hextris/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/LICENSE.md -------------------------------------------------------------------------------- /apps/games/hextris/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/README.md -------------------------------------------------------------------------------- /apps/games/hextris/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/favicon.ico -------------------------------------------------------------------------------- /apps/games/hextris/images/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/android.png -------------------------------------------------------------------------------- /apps/games/hextris/images/appstore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/appstore.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_back.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_facebook.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_help.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_pause.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_restart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_restart.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_resume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_resume.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_share.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/btn_twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/btn_twitter.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/facebook-opengraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/facebook-opengraph.png -------------------------------------------------------------------------------- /apps/games/hextris/images/icon_arrows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/icon_arrows.svg -------------------------------------------------------------------------------- /apps/games/hextris/images/twitter-opengraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/images/twitter-opengraph.png -------------------------------------------------------------------------------- /apps/games/hextris/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/index.html -------------------------------------------------------------------------------- /apps/games/hextris/js/Block.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/Block.js -------------------------------------------------------------------------------- /apps/games/hextris/js/Hex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/Hex.js -------------------------------------------------------------------------------- /apps/games/hextris/js/Text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/Text.js -------------------------------------------------------------------------------- /apps/games/hextris/js/checking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/checking.js -------------------------------------------------------------------------------- /apps/games/hextris/js/comboTimer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/comboTimer.js -------------------------------------------------------------------------------- /apps/games/hextris/js/initialization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/initialization.js -------------------------------------------------------------------------------- /apps/games/hextris/js/input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/input.js -------------------------------------------------------------------------------- /apps/games/hextris/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/main.js -------------------------------------------------------------------------------- /apps/games/hextris/js/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/math.js -------------------------------------------------------------------------------- /apps/games/hextris/js/render.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/render.js -------------------------------------------------------------------------------- /apps/games/hextris/js/save-state.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/save-state.js -------------------------------------------------------------------------------- /apps/games/hextris/js/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/update.js -------------------------------------------------------------------------------- /apps/games/hextris/js/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/view.js -------------------------------------------------------------------------------- /apps/games/hextris/js/wavegen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/js/wavegen.js -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/css/font-awesome.css -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/css/font-awesome.min.css -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /apps/games/hextris/style/fa/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fa/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /apps/games/hextris/style/fonts/Exo2-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fonts/Exo2-ExtraLight.otf -------------------------------------------------------------------------------- /apps/games/hextris/style/fonts/Exo2-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fonts/Exo2-Regular.otf -------------------------------------------------------------------------------- /apps/games/hextris/style/fonts/Exo2-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fonts/Exo2-SemiBold.otf -------------------------------------------------------------------------------- /apps/games/hextris/style/fonts/Lovelo.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fonts/Lovelo.otf -------------------------------------------------------------------------------- /apps/games/hextris/style/fonts/QuattrocentoSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fonts/QuattrocentoSans-Regular.ttf -------------------------------------------------------------------------------- /apps/games/hextris/style/fonts/roboto.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/fonts/roboto.woff -------------------------------------------------------------------------------- /apps/games/hextris/style/rrssb.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/rrssb.css -------------------------------------------------------------------------------- /apps/games/hextris/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/style/style.css -------------------------------------------------------------------------------- /apps/games/hextris/vendor/hammer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/hammer.min.js -------------------------------------------------------------------------------- /apps/games/hextris/vendor/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/jquery.js -------------------------------------------------------------------------------- /apps/games/hextris/vendor/js.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/js.cookie.js -------------------------------------------------------------------------------- /apps/games/hextris/vendor/jsonfn.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/jsonfn.min.js -------------------------------------------------------------------------------- /apps/games/hextris/vendor/keypress.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/keypress.min.js -------------------------------------------------------------------------------- /apps/games/hextris/vendor/rrssb.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/rrssb.min.js -------------------------------------------------------------------------------- /apps/games/hextris/vendor/sweet-alert.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/hextris/vendor/sweet-alert.min.js -------------------------------------------------------------------------------- /apps/games/newbie-god/.gitignore: -------------------------------------------------------------------------------- 1 | npm-debug.log 2 | .tmp/ 3 | dist/ 4 | node_modules/ 5 | -------------------------------------------------------------------------------- /apps/games/newbie-god/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/README.md -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/axe.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/background.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/bullet.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/button.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/cat.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/cloud1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/cloud1.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/cloud2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/cloud2.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/god.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/god.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/interactArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/interactArea.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/inventory.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/lumberjack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/lumberjack.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/mountain.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/platform-grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/platform-grass.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/platform.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/sinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/sinner.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/snow.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/tree.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/water.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/waterfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/waterfall.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/world-grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/world-grass.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/images/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/images/world.png -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/sound/chop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/sound/chop.wav -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/sound/death.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/sound/death.wav -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/sound/got.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/sound/got.wav -------------------------------------------------------------------------------- /apps/games/newbie-god/assets/sound/wrath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/assets/sound/wrath.wav -------------------------------------------------------------------------------- /apps/games/newbie-god/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/gulpfile.js -------------------------------------------------------------------------------- /apps/games/newbie-god/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/index.html -------------------------------------------------------------------------------- /apps/games/newbie-god/js/bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/bundle.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/endState.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/endState.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/lib/phaser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/lib/phaser.min.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/main.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/characters/god.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/characters/god.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/characters/lumberjack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/characters/lumberjack.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/characters/sinner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/characters/sinner.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/create.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/create.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/index.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/init.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/methods.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/methods.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/preload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/preload.js -------------------------------------------------------------------------------- /apps/games/newbie-god/js/playState/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/js/playState/update.js -------------------------------------------------------------------------------- /apps/games/newbie-god/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/newbie-god/package.json -------------------------------------------------------------------------------- /apps/games/swap/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_STORE 2 | -------------------------------------------------------------------------------- /apps/games/swap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/LICENSE -------------------------------------------------------------------------------- /apps/games/swap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/README.md -------------------------------------------------------------------------------- /apps/games/swap/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/favicon.ico -------------------------------------------------------------------------------- /apps/games/swap/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/index.html -------------------------------------------------------------------------------- /apps/games/swap/js/ai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/ai.js -------------------------------------------------------------------------------- /apps/games/swap/js/draw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/draw.js -------------------------------------------------------------------------------- /apps/games/swap/js/input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/input.js -------------------------------------------------------------------------------- /apps/games/swap/js/keypress-1.0.8.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/keypress-1.0.8.min.js -------------------------------------------------------------------------------- /apps/games/swap/js/levels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/levels.js -------------------------------------------------------------------------------- /apps/games/swap/js/player.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/player.js -------------------------------------------------------------------------------- /apps/games/swap/js/tile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/tile.js -------------------------------------------------------------------------------- /apps/games/swap/js/world.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/js/world.js -------------------------------------------------------------------------------- /apps/games/swap/music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/music.mp3 -------------------------------------------------------------------------------- /apps/games/swap/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/swap/thumbnail.png -------------------------------------------------------------------------------- /apps/games/tower/images/coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/coin.png -------------------------------------------------------------------------------- /apps/games/tower/images/coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/coins.png -------------------------------------------------------------------------------- /apps/games/tower/images/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/ground.png -------------------------------------------------------------------------------- /apps/games/tower/images/ladder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/ladder.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/blocker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/blocker1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/blocker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/blocker2.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/flyleft1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/flyleft1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/flyleft2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/flyleft2.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/flyright1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/flyright1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/flyright2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/flyright2.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/slimeleft1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/slimeleft1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/slimeleft2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/slimeleft2.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/slimeright1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/slimeright1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/slimeright2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/slimeright2.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/snailleft1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/snailleft1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/snailleft2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/snailleft2.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/snailright1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/snailright1.png -------------------------------------------------------------------------------- /apps/games/tower/images/monster/snailright2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/monster/snailright2.png -------------------------------------------------------------------------------- /apps/games/tower/images/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/00_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/00_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/01_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/01_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/02_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/02_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/03_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/03_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/04_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/04_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/05_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/05_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/06_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/06_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/07_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/07_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/08_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/08_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/09_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/09_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/10_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/10_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/11_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/11_front.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/12_front_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/12_front_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/13_front_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/13_front_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/14_jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/14_jump.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/15_hurt_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/15_hurt_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/16_hurt_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/16_hurt_right.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/17_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/17_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/18_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/18_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/19_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/19_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/20_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/20_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/21_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/21_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/22_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/22_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/23_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/23_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/24_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/24_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/25_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/25_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/26_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/26_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/27_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/27_left.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/28_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/28_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/29_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/29_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/30_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/30_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/31_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/31_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/32_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/32_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/33_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/33_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/34_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/34_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/35_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/35_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/36_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/36_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/37_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/37_climb.png -------------------------------------------------------------------------------- /apps/games/tower/images/player/38_climb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/images/player/38_climb.png -------------------------------------------------------------------------------- /apps/games/tower/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/index.html -------------------------------------------------------------------------------- /apps/games/tower/js/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/js/common.js -------------------------------------------------------------------------------- /apps/games/tower/js/fpsmeter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/js/fpsmeter.min.js -------------------------------------------------------------------------------- /apps/games/tower/js/tower.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/js/tower.js -------------------------------------------------------------------------------- /apps/games/tower/levels/demo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/levels/demo.json -------------------------------------------------------------------------------- /apps/games/tower/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/license -------------------------------------------------------------------------------- /apps/games/tower/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/apps/games/tower/readme.md -------------------------------------------------------------------------------- /css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/css/index.css -------------------------------------------------------------------------------- /css/index_old.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/css/index_old.css -------------------------------------------------------------------------------- /css/ionicons.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/css/ionicons.min.css -------------------------------------------------------------------------------- /css/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/css/jquery-ui.min.css -------------------------------------------------------------------------------- /css/normalize.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/css/normalize.min.css -------------------------------------------------------------------------------- /dist/vendor/jquery-3.3.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/dist/vendor/jquery-3.3.1.min.js -------------------------------------------------------------------------------- /dist/vendor/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/dist/vendor/jquery-ui.min.js -------------------------------------------------------------------------------- /dist/vendor/terminal-1.0.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/dist/vendor/terminal-1.0.0.min.js -------------------------------------------------------------------------------- /fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/fonts/ionicons.eot -------------------------------------------------------------------------------- /fonts/ionicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/fonts/ionicons.svg -------------------------------------------------------------------------------- /fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/fonts/ionicons.ttf -------------------------------------------------------------------------------- /fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/fonts/ionicons.woff -------------------------------------------------------------------------------- /images/Vuindows-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/Vuindows-blue.png -------------------------------------------------------------------------------- /images/Vuindows-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/Vuindows-white.png -------------------------------------------------------------------------------- /images/accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/accounts.png -------------------------------------------------------------------------------- /images/allApps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/allApps.png -------------------------------------------------------------------------------- /images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/arrow.png -------------------------------------------------------------------------------- /images/australia1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/australia1.jpg -------------------------------------------------------------------------------- /images/australia2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/australia2.jpg -------------------------------------------------------------------------------- /images/australia3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/australia3.jpg -------------------------------------------------------------------------------- /images/australia4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/australia4.jpg -------------------------------------------------------------------------------- /images/backgrounds/background1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background1.jpg -------------------------------------------------------------------------------- /images/backgrounds/background2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background2.jpg -------------------------------------------------------------------------------- /images/backgrounds/background3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background3.jpg -------------------------------------------------------------------------------- /images/backgrounds/background4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background4.jpg -------------------------------------------------------------------------------- /images/backgrounds/background5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background5.jpg -------------------------------------------------------------------------------- /images/backgrounds/background6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background6.jpg -------------------------------------------------------------------------------- /images/backgrounds/background7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background7.jpg -------------------------------------------------------------------------------- /images/backgrounds/background8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background8.jpg -------------------------------------------------------------------------------- /images/backgrounds/background9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/backgrounds/background9.jpg -------------------------------------------------------------------------------- /images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/close.png -------------------------------------------------------------------------------- /images/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/desktop.png -------------------------------------------------------------------------------- /images/devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/devices.png -------------------------------------------------------------------------------- /images/dj1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/dj1.jpg -------------------------------------------------------------------------------- /images/dj2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/dj2.jpg -------------------------------------------------------------------------------- /images/dj3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/dj3.jpg -------------------------------------------------------------------------------- /images/downArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/downArrow.png -------------------------------------------------------------------------------- /images/filetypes/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/filetypes/audio.png -------------------------------------------------------------------------------- /images/filetypes/executable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/filetypes/executable.png -------------------------------------------------------------------------------- /images/filetypes/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/filetypes/file.png -------------------------------------------------------------------------------- /images/filetypes/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/filetypes/folder.png -------------------------------------------------------------------------------- /images/filetypes/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/filetypes/text.png -------------------------------------------------------------------------------- /images/filetypes/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/filetypes/video.png -------------------------------------------------------------------------------- /images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/home.png -------------------------------------------------------------------------------- /images/internet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/internet.png -------------------------------------------------------------------------------- /images/laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/laptop.png -------------------------------------------------------------------------------- /images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/menu.png -------------------------------------------------------------------------------- /images/personalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/personalization.png -------------------------------------------------------------------------------- /images/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/power.png -------------------------------------------------------------------------------- /images/privacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/privacy.png -------------------------------------------------------------------------------- /images/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/profile.png -------------------------------------------------------------------------------- /images/programs/2048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/2048.jpg -------------------------------------------------------------------------------- /images/programs/adarkroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/adarkroom.png -------------------------------------------------------------------------------- /images/programs/bemuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/bemuse.png -------------------------------------------------------------------------------- /images/programs/cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/cube.png -------------------------------------------------------------------------------- /images/programs/edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/edge.png -------------------------------------------------------------------------------- /images/programs/file-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/file-explorer.png -------------------------------------------------------------------------------- /images/programs/fileExplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/fileExplorer.png -------------------------------------------------------------------------------- /images/programs/hexahedral.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/hexahedral.jpg -------------------------------------------------------------------------------- /images/programs/hextris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/hextris.png -------------------------------------------------------------------------------- /images/programs/navigator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/navigator.png -------------------------------------------------------------------------------- /images/programs/newbie-god.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/newbie-god.png -------------------------------------------------------------------------------- /images/programs/newbie-god2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/newbie-god2.png -------------------------------------------------------------------------------- /images/programs/notepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/notepad.png -------------------------------------------------------------------------------- /images/programs/settings-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/settings-bg.png -------------------------------------------------------------------------------- /images/programs/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/settings.png -------------------------------------------------------------------------------- /images/programs/settings_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/settings_alt.png -------------------------------------------------------------------------------- /images/programs/settings_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/settings_alt2.png -------------------------------------------------------------------------------- /images/programs/song.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/song.png -------------------------------------------------------------------------------- /images/programs/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/spotify.png -------------------------------------------------------------------------------- /images/programs/steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/steam.png -------------------------------------------------------------------------------- /images/programs/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/swap.png -------------------------------------------------------------------------------- /images/programs/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/terminal.png -------------------------------------------------------------------------------- /images/programs/the_house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/the_house.png -------------------------------------------------------------------------------- /images/programs/thehouse-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/thehouse-transparent.png -------------------------------------------------------------------------------- /images/programs/thehouse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/thehouse.jpg -------------------------------------------------------------------------------- /images/programs/tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/tower.png -------------------------------------------------------------------------------- /images/programs/vlc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/programs/vlc.png -------------------------------------------------------------------------------- /images/random1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/random1.jpg -------------------------------------------------------------------------------- /images/random2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/random2.jpg -------------------------------------------------------------------------------- /images/random3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/random3.jpg -------------------------------------------------------------------------------- /images/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/reload.png -------------------------------------------------------------------------------- /images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/time.png -------------------------------------------------------------------------------- /images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /images/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/update.png -------------------------------------------------------------------------------- /images/upload.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/upload.ico -------------------------------------------------------------------------------- /images/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/images/windows.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/index.html -------------------------------------------------------------------------------- /js/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/App.vue -------------------------------------------------------------------------------- /js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/bootstrap.js -------------------------------------------------------------------------------- /js/components/ContextMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/ContextMenu.vue -------------------------------------------------------------------------------- /js/components/Cortana.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Cortana.vue -------------------------------------------------------------------------------- /js/components/Desktop.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Desktop.vue -------------------------------------------------------------------------------- /js/components/Program.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Program.vue -------------------------------------------------------------------------------- /js/components/Programs/AudioPlayer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/AudioPlayer.vue -------------------------------------------------------------------------------- /js/components/Programs/FileExplorer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/FileExplorer.vue -------------------------------------------------------------------------------- /js/components/Programs/Navigator.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/Navigator.vue -------------------------------------------------------------------------------- /js/components/Programs/Notepad.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/Notepad.vue -------------------------------------------------------------------------------- /js/components/Programs/PhotoViewer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/PhotoViewer.vue -------------------------------------------------------------------------------- /js/components/Programs/Settings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/Settings.vue -------------------------------------------------------------------------------- /js/components/Programs/Terminal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/Terminal.vue -------------------------------------------------------------------------------- /js/components/Programs/VideoPlayer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Programs/VideoPlayer.vue -------------------------------------------------------------------------------- /js/components/Shortcut.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Shortcut.vue -------------------------------------------------------------------------------- /js/components/StartMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/StartMenu.vue -------------------------------------------------------------------------------- /js/components/Taskbar.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/Taskbar.vue -------------------------------------------------------------------------------- /js/components/WindowsLoader.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/components/WindowsLoader.vue -------------------------------------------------------------------------------- /js/mixins/program.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/mixins/program.js -------------------------------------------------------------------------------- /js/services/video.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/services/video.js -------------------------------------------------------------------------------- /js/store/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/store/index.js -------------------------------------------------------------------------------- /js/store/modules/filesystem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/store/modules/filesystem.js -------------------------------------------------------------------------------- /js/store/modules/preferences.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/store/modules/preferences.js -------------------------------------------------------------------------------- /js/store/modules/programs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/store/modules/programs.js -------------------------------------------------------------------------------- /js/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/js/utils.js -------------------------------------------------------------------------------- /music/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /music/Jahzzar-Siesta.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/music/Jahzzar-Siesta.mp3 -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/package.json -------------------------------------------------------------------------------- /videos/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /videos/a_sky_full_of_stars.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/videos/a_sky_full_of_stars.mp4 -------------------------------------------------------------------------------- /webpack.mix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcmascarell/Vuindows/HEAD/webpack.mix.js --------------------------------------------------------------------------------