├── .gitignore ├── .poole.json ├── Makefile ├── README.md ├── _conf └── s3-routing-rules.xml ├── _config.yml ├── _create_post.sh ├── _includes ├── ads │ ├── leaderboard-footer.html │ └── mrec-aux.html ├── analytics │ └── ga.html ├── misc │ ├── mailchimp-signup.html │ └── paypal-donate-button.html ├── modules │ ├── author-info.html │ ├── comments.html │ ├── feature-articles.html │ ├── feature-games.html │ ├── follow-us.html │ ├── game-ost.html │ ├── game-platforms-free.html │ ├── game-platforms-paid.html │ ├── game-related-articles.html │ ├── our-games.html │ ├── related-articles.html │ ├── spotlight-games.html │ └── steam-greenlight.html └── widgets │ └── game-feature-card.html ├── _layouts ├── article.html ├── base.html ├── default.html └── game.html ├── _less ├── combo.less ├── core-layout.less ├── core-skin.less ├── lostcast.less ├── modules │ ├── author-info.less │ ├── feature-games.less │ ├── games-list.less │ └── spotlight-games.less ├── pages │ └── about.less ├── palette.less ├── reset.less ├── sizes.less ├── syntax.less ├── text-format.less ├── utils.less └── widgets │ └── game-feature-card.less ├── _posts ├── 2010-05-31-why-geoff-failed-and-the-road-to-redemption.md ├── 2010-05-31-why-you-cant-play-matts-dream-game-yet.html ├── 2010-07-05-diggy-open-source-javascript-game-engine-with.html ├── 2010-07-09-our-boing-boing-games-inspired-by-music-entry.html ├── 2010-07-19-onslaught-v02-freeplay-awards.html ├── 2010-07-20-boing-boing-contest-post-mortem-onslaught-0.html ├── 2010-07-25-fun-with-logos.html ├── 2010-07-30-a-simple-guide-to-game-development-contests.html ├── 2010-08-14-puzzle-punk-a-postmortem-on-a-failed-puzzle-q.html ├── 2010-08-29-what-to-do-when-your-game-is-too-easy-and-too.html ├── 2010-10-16-onslaught-arena-10-gameplay-teaser.html ├── 2010-11-17-obfuscating-javascript-with-closure-compiler.md ├── 2010-12-07-announcing-onslaught-arena-for-sale-in-the-go.html ├── 2010-12-12-app-engine-and-chrome-webstore-issues.html ├── 2010-12-14-our-first-week-in-the-chrome-webstore-the-num.html ├── 2010-12-31-reviews-of-6-screen-recording-apps-for-osx.html ├── 2011-01-07-onslaught-arena-now-on-sale-for-199.html ├── 2011-01-16-details-about-our-next-game-burn-tactics.html ├── 2011-02-12-onslaught-arena-v128.html ├── 2011-02-13-onslaught-arena-is-free-on-valentines-day.html ├── 2011-03-13-an-html5-game-in-the-mac-app-store.html ├── 2011-03-15-how-to-embed-html5-into-a-native-mac-osx-app.html ├── 2011-03-17-what-we-need-to-get-our-html5-game-on-ipad-sp.html ├── 2011-04-01-onslaught-arena-v1225-is-free-today-only.html ├── 2011-04-02-no-more-foolin-around.html ├── 2011-04-17-completing-your-native-mac-osx-app-built-in-h.html ├── 2011-05-25-lava-background-sprite-creation-timelapse.html ├── 2011-07-11-the-road-to-a-production-quality-html5-game-o.html ├── 2011-07-16-onslaught-now-available-on-android-tablets.html ├── 2011-07-18-dear-lost-decade.html ├── 2011-08-05-analog-thumb-sticks-for-ios-using-html5.html ├── 2011-08-29-how-to-make-a-simple-html5-canvas-game.html ├── 2011-09-12-our-new-blog-is-running-on-jekyll.md ├── 2011-09-23-lost-links-09-23-2011.md ├── 2011-09-26-blog-author-attribution-using-jekyll.md ├── 2011-09-30-lost-links-09-30-2011.md ├── 2011-10-05-audia-is-a-library-for-simplifying-the-web-audio-api.md ├── 2011-10-07-lost-links-10-07-2011.md ├── 2011-10-10-onslaught-a-history-of-violence-in-images.md ├── 2011-10-14-lost-links-10-14-2011.md ├── 2011-10-17-bootstrap-your-artistic-abilities-with-pixels.md ├── 2011-10-21-lost-links-10-21-2011.md ├── 2011-10-24-free-to-use-graphics-made-by-my-brother-in-1996.md ├── 2011-11-18-lostcast-episode-1-hello-world.md ├── 2011-11-25-lostcast-episode-2-code-like-a-fox.md ├── 2011-12-09-lostcast-episode-3-ramble-on.md ├── 2011-12-16-lostcast-episode-4-native-coffee.md ├── 2011-12-31-lostcast-episode-5-left-4-questions.md ├── 2012-01-27-lostcast-episode-6-a-wild-tom-appears.md ├── 2012-02-03-lostcast-episode-7-html5-the-bad-parts.md ├── 2012-02-12-lostcast-episode-8-attack-of-the-clones.md ├── 2012-02-23-lostcast-episode-9-thats-rich.md ├── 2012-02-24-lava-sword-dev-diary-part-1.md ├── 2012-02-27-an-onslaught-of-onslaught-news.md ├── 2012-03-02-lostcast-episode-10-indiependence-day.md ├── 2012-03-10-onslaught-arena-takes-3rd-place-in-the-pokki-1up-game-developer-contest.md ├── 2012-03-13-how-to-polish-your-game-flickering-hearts.html ├── 2012-03-17-lostcast-episode-11-ldg-at-gdc.md ├── 2012-03-26-goodbye-github-hello-aws.md ├── 2012-03-27-lostcast-episode-12-arnother-interview.md ├── 2012-03-29-your-wish-for-a-wishlist-has-been-granted.md ├── 2012-04-01-announcing-onslaughtville.md ├── 2012-04-03-lostcast-13-os-xcellence.md ├── 2012-04-05-lostcast-production-timelapse.html ├── 2012-04-11-lunch-bug-animation-preview-tool.html ├── 2012-04-15-submitting-lunch-bug-to-indiecade.html ├── 2012-04-19-our-simple-new-business-cards.md ├── 2012-04-22-lostcast-episode-14-quite-an-impact.md ├── 2012-04-27-play-the-onslaught-2-prototype-from-late-2010.md ├── 2012-05-04-free-art-friday-lemcraft.md ├── 2012-05-06-lostcast-15-deus-ex-game-mechanics.md ├── 2012-05-18-choc-onslaught.md ├── 2012-05-20-lostcast-16-we-heart-huckaby.md ├── 2012-06-01-free-art-friday-2-bomb-party.md ├── 2012-06-04-how-to-make-a-video-game.md ├── 2012-06-06-our-mobile-optimized-html5-game-lava-sword-is-looking-for-sponsors.md ├── 2012-06-10-lostcast-episode-17-vincent-priceless.md ├── 2012-06-24-lostcast-episode-18-the-sorcerors-sponsor.md ├── 2012-06-26-polishing-a-level-select-screen-process-and-implementation.md ├── 2012-07-08-lostcast-19-canvas-story.md ├── 2012-07-13-firefox-audio-canplay-bugs.md ├── 2012-07-20-announcing-lunch-bug.html ├── 2012-07-22-lostcast-episode-20-ouya-or-ooh-no.md ├── 2012-07-23-lunch-bug-1-20-16.md ├── 2012-07-28-lava-blade-art-assets-and-concepts.md ├── 2012-08-05-lostcast-21-what-windows.md ├── 2012-08-09-help-fund-dragons-gameboard.md ├── 2012-08-15-lunch-bug-now-featured-in-the-chrome-web-store.md ├── 2012-08-19-lostcast-22-htmld5.md ├── 2012-08-20-lunch-bug-1-20-19.md ├── 2012-08-26-get-the-lunch-bug-ost.md ├── 2012-09-09-lostcast-23-html5-blur.md ├── 2012-09-16-geoff-lava-bladed.md ├── 2012-09-21-join-the-lava-blade-alpha-test.md ├── 2012-09-23-unfortunate-lostcast-news.md ├── 2012-10-07-lava-blade-alpha-0.2.1.md ├── 2012-10-11-lunch-bug-now-available-on-google-play.md ├── 2012-10-28-play-our-games-on-your-xbox-360.md ├── 2012-10-30-lostcast-24.md ├── 2012-11-06-lostcast-25.md ├── 2012-11-17-lava-blade-feedback-word-clouds.md ├── 2012-11-18-lostcast-26.md ├── 2012-11-22-thanksgiving-mini-jam.md ├── 2012-11-28-lostcast-27.md ├── 2012-12-09-wii-u-browser.md ├── 2012-12-21-maki-photography.md ├── 2013-01-07-goals-2013.md ├── 2013-01-15-making-of-asylum-night.md ├── 2013-01-22-lostcast-28.md ├── 2013-03-13-lostcast-29.md ├── 2013-03-25-lava-blade-alpha-0.5.44.md ├── 2013-03-27-play-treasure-goblin.md ├── 2013-04-01-play-treasure-geoff.md ├── 2013-04-11-lava-blade-on-cws.md ├── 2013-04-11-lostcast-30.md ├── 2013-04-18-lava-blade-on-mac-osx.md ├── 2013-04-19-mailbag-frameworks-canvas-wrappers.md ├── 2013-04-24-lava-blade-on-windows.md ├── 2013-04-25-rampart-rush-beta.md ├── 2013-04-26-geoffs-list-of-awesome-osx-apps.md ├── 2013-05-09-lostcast-31.md ├── 2013-05-10-lava-blade-1-1-steam-greenlight.md ├── 2013-06-27-play-crypt-run-at-ca-extreme.md ├── 2013-07-02-lostcast-32.md ├── 2013-07-05-indie-b-side-album-cover.md ├── 2013-07-12-crypt-run-on-kickstarter.md ├── 2013-07-16-lostcast-33.md ├── 2013-07-19-kickstarter-first-week.md ├── 2013-07-22-cax-2013-photos.md ├── 2013-07-23-lostcast-34.md ├── 2013-07-26-cryptstarter-halfway-point.md ├── 2013-07-27-crypt-run-alpha-92.md ├── 2013-07-28-challenge-a-friend.md ├── 2013-07-30-lostcast-35.md ├── 2013-08-04-official-nintendo-devs.md ├── 2013-08-05-cryptstarter-live-countdown.md ├── 2013-08-06-lostcast-36.md ├── 2013-08-08-how-to-help-a-campaign-for-free.md ├── 2013-08-12-cryptstarter-funded.md ├── 2013-08-13-lostcast-37.md ├── 2013-08-15-crypt-run-alpha-152.md ├── 2013-08-20-lostcast-38.md ├── 2013-08-21-cryptstarter-postmortem.md ├── 2013-08-25-waveform-4-album-cover.md ├── 2013-08-27-lostcast-39.md ├── 2013-08-30-understanding-canvas-rotation.md ├── 2013-09-03-lostcast-40.md ├── 2013-09-10-lostcast-41.md ├── 2013-09-16-geoff-run.md ├── 2013-09-17-lostcast-42.md ├── 2013-09-24-lostcast-43.md ├── 2013-09-30-lostcast-44.md ├── 2013-10-08-lostcast-45.md ├── 2013-10-15-lostcast-46.md ├── 2013-10-21-crypt-run-is-now-a-wizards-lizard.md ├── 2013-10-29-lostcast-47.md ├── 2013-11-05-lostcast-48.md ├── 2013-11-12-lostcast-49.md ├── 2013-11-16-awl-art-assets.md ├── 2013-11-19-lostcast-50.md ├── 2013-11-26-lostcast-51.md ├── 2013-12-03-lostcast-52.md ├── 2013-12-09-lostcast-53.md ├── 2013-12-17-lostcast-54.md ├── 2013-12-20-what-2013-was-like-html5.md ├── 2013-12-23-lostcast-55.md ├── 2014-01-08-lostcast-56.md ├── 2014-01-14-lostcast-57.md ├── 2014-01-21-lostcast-58.md ├── 2014-01-28-lostcast-59.md ├── 2014-02-02-awl-1-0-185.md ├── 2014-02-05-lostcast-60.md ├── 2014-02-11-lostcast-61.md ├── 2014-02-18-lostcast-62.md ├── 2014-02-25-lostcast-63.md ├── 2014-03-04-lostcast-64.md ├── 2014-03-11-lostcast-65.md ├── 2014-03-19-lostcast-66.md ├── 2014-03-25-lostcast-67.md ├── 2014-04-01-lostcast-68.md ├── 2014-04-08-lostcast-69.md ├── 2014-04-15-lostcast-70.md ├── 2014-04-16-asylum-night-graphics.md ├── 2014-04-22-lostcast-71.md ├── 2014-04-29-lostcast-72.md ├── 2014-05-06-lostcast-73.md ├── 2014-05-13-lostcast-74.md ├── 2014-05-20-lostcast-75.md ├── 2014-05-27-lostcast-76.md ├── 2014-06-03-lostcast-77.md ├── 2014-06-04-awl-immortal-edition.md ├── 2014-06-10-lostcast-78.md ├── 2014-06-17-lostcast-79.md ├── 2014-06-24-lostcast-80.md ├── 2014-07-01-lostcast-81.md ├── 2014-07-04-awl-skyrocket.md ├── 2014-07-08-lostcast-82.md ├── 2014-07-15-lostcast-83.md ├── 2014-07-22-lostcast-84.md ├── 2014-07-29-lostcast-85.md ├── 2014-08-05-lostcast-86.md ├── 2014-08-26-lostcast-87.md ├── 2014-09-02-lostcast-88.md ├── 2014-09-10-lostcast-89.md ├── 2014-09-17-lostcast-90.md ├── 2014-09-23-lostcast-91.md ├── 2014-10-07-lostcast-92.md ├── 2014-10-08-awl-numbers.md ├── 2014-10-14-lostcast-93.md ├── 2014-10-21-lostcast-94.md ├── 2014-10-28-lostcast-95.md ├── 2014-11-04-lostcast-96.md ├── 2014-11-11-lostcast-97.md ├── 2014-11-18-lostcast-98.md ├── 2014-11-25-lostcast-99.md ├── 2014-12-02-lostcast-100.md ├── 2014-12-09-lostcast-101.md ├── 2014-12-16-lostcast-102.md ├── 2014-12-23-lostcast-103.md ├── 2014-12-30-lostcast-104.md ├── 2015-01-06-lostcast-105.md ├── 2015-01-13-lostcast-106.md ├── 2015-01-20-lostcast-107.md ├── 2015-01-27-lostcast-108.md ├── 2015-02-03-lostcast-109.md ├── 2015-02-10-lostcast-110.md ├── 2015-02-17-lostcast-111.md ├── 2015-02-24-lostcast-112.md ├── 2015-03-03-lostcast-113.md ├── 2015-03-10-lostcast-114.md ├── 2015-03-17-lostcast-115.md ├── 2015-03-24-lostcast-116.md ├── 2015-03-31-lostcast-117.md ├── 2015-04-07-lostcast-118.md ├── 2015-04-14-lostcast-119.md ├── 2015-04-21-lostcast-120.md ├── 2015-04-28-lostcast-121.md ├── 2015-05-05-lostcast-122.md ├── 2015-05-12-lostcast-123.md ├── 2015-05-19-lostcast-124.md ├── 2015-05-26-lostcast-125.md ├── 2015-06-02-lostcast-126.md ├── 2015-06-09-lostcast-127.md ├── 2015-06-16-lostcast-128.md ├── 2015-06-23-lostcast-129.md ├── 2015-06-30-lostcast-130.md ├── 2015-07-07-lostcast-131.md ├── 2015-07-14-lostcast-132.md ├── 2015-07-21-lostcast-133.md ├── 2015-07-28-lostcast-134.md ├── 2015-08-04-lostcast-135.md ├── 2015-08-11-lostcast-136.md ├── 2015-08-18-lostcast-137.md ├── 2015-08-25-lostcast-138.md ├── 2015-09-01-lostcast-139.md ├── 2015-09-15-lostcast-140.md ├── 2015-09-22-lostcast-141.md ├── 2015-09-29-lostcast-142.md ├── 2015-10-06-lostcast-143.md ├── 2015-10-13-lostcast-144.md ├── 2015-10-20-lostcast-145.md ├── 2015-10-27-lostcast-146.md ├── 2015-11-03-lostcast-147.md ├── 2015-11-10-lostcast-148.md ├── 2015-11-17-lostcast-149.md ├── 2015-11-24-lostcast-150.md ├── 2015-12-01-lostcast-151.md ├── 2015-12-15-lostcast-152.md ├── 2015-12-22-lostcast-153.md ├── 2015-12-29-lostcast-154.md ├── 2016-01-05-lostcast-155.md ├── 2016-01-12-lostcast-156.md ├── 2016-01-19-lostcast-157.md ├── 2016-01-26-lostcast-158.md ├── 2016-02-02-lostcast-159.md ├── 2016-02-09-lostcast-160.md ├── 2016-02-16-lostcast-161.md ├── 2016-02-23-lostcast-162.md ├── 2016-03-01-lostcast-163.md ├── 2016-03-08-lostcast-164.md ├── 2016-03-15-lostcast-165.md ├── 2016-03-22-lostcast-166.md ├── 2016-03-29-lostcast-167.md ├── 2016-04-05-lostcast-168.md ├── 2016-04-12-lostcast-169.md ├── 2016-04-19-lostcast-170.md ├── 2016-04-26-lostcast-171.md ├── 2016-05-03-lostcast-172.md ├── 2016-05-10-lostcast-173.md ├── 2016-05-17-lostcast-174.md ├── 2016-05-24-lostcast-175.md ├── 2016-05-31-lostcast-176.md ├── 2016-06-07-lostcast-177.md ├── 2016-06-21-lostcast-178.md ├── 2016-06-28-lostcast-179.md ├── 2016-07-05-lostcast-180.md ├── 2016-07-12-lostcast-181.md ├── 2016-07-19-lostcast-182.md ├── 2016-07-26-lostcast-183.md ├── 2016-08-02-lostcast-184.md ├── 2016-08-11-lostcast-185.md ├── 2016-08-16-lostcast-186.md ├── 2016-08-24-lostcast-187.md ├── 2016-08-30-lostcast-188.md ├── 2016-09-06-lostcast-189.md ├── 2016-09-13-lostcast-190.md ├── 2016-09-20-lostcast-191.md ├── 2016-09-27-lostcast-192.md ├── 2016-10-04-lostcast-193.md ├── 2016-10-11-lostcast-194.md ├── 2016-10-18-lostcast-195.md ├── 2016-10-25-lostcast-196.md ├── 2016-11-01-lostcast-197.md ├── 2016-11-08-lostcast-198.md ├── 2016-11-15-lostcast-199.md ├── 2016-11-22-lostcast-200.md ├── 2016-11-29-lostcast-201.md ├── 2016-12-06-lostcast-202.md ├── 2016-12-13-lostcast-203.md ├── 2016-12-20-lostcast-204.md ├── 2016-12-27-lostcast-205.md ├── 2017-01-10-lostcast-206.md ├── 2017-01-17-lostcast-207.md ├── 2017-01-24-lostcast-208.md ├── 2017-01-31-lostcast-209.md ├── 2017-02-07-lostcast-210.md ├── 2017-02-14-lostcast-211.md ├── 2017-02-21-lostcast-212.md ├── 2017-02-28-lostcast-213.md ├── 2017-03-07-lostcast-214.md ├── 2017-03-21-lostcast-215.md ├── 2017-03-28-lostcast-216.md ├── 2017-04-04-lostcast-217.md ├── 2017-04-11-lostcast-218.md ├── 2017-04-18-lostcast-219.md ├── 2017-04-25-lostcast-220.md ├── 2017-05-02-lostcast-221.md ├── 2017-05-09-lostcast-222.md ├── 2017-05-16-lostcast-223.md ├── 2017-05-23-lostcast-224.md ├── 2017-05-30-lostcast-225.md ├── 2017-06-06-lostcast-226.md ├── 2017-06-13-lostcast-227.md ├── 2017-06-27-lostcast-228.md ├── 2017-07-11-lostcast-229.md ├── 2017-07-18-lostcast-230.md ├── 2017-07-25-lostcast-231.md ├── 2017-08-01-lostcast-232.md ├── 2017-08-08-lostcast-233.md ├── 2017-08-15-234.md ├── 2017-08-22-lostcast-235.md ├── 2017-08-29-lostcast-236.md ├── 2017-09-05-lostcast-237.md ├── 2017-09-12-lostcast-238.md ├── 2017-09-26-lostcast-239.md ├── 2017-10-03-lostcast-240.md ├── 2017-10-10-lostcast-241.md ├── 2017-10-17-lostcast-242.md ├── 2017-10-24-lostcast-243.md ├── 2017-10-31-lostcast-244.md ├── 2017-11-15-lostcast-245.md ├── 2017-11-21-lostcast-246.md ├── 2017-11-28-lostcast-247.md ├── 2018-11-28-lostcast-248.md ├── _lostcast_template.md └── _post_template.md ├── about ├── index.html ├── press │ └── index.html ├── privacy │ └── index.html ├── team │ └── index.html ├── tos │ └── index.html └── video-policy │ └── index.html ├── blog └── index.html ├── contact └── index.html ├── demos ├── analog_sticks │ ├── README.md │ ├── img │ │ ├── Analog_stick_guide_by_Eric_the_Rexman.png │ │ └── stick.png │ ├── index.html │ ├── ios.html │ ├── js │ │ ├── example_ios.js │ │ ├── example_single_stick.js │ │ ├── example_static_with_graphic.js │ │ └── stick.js │ └── static_with_graphic.html ├── audia │ ├── audia-min.js │ ├── audia.js │ └── examples │ │ ├── audio │ │ ├── demoblin_attacks.mp3 │ │ └── shop.mp3 │ │ ├── example.js │ │ └── index.html ├── firefox_audio_canplay_bugs │ ├── README.md │ ├── index.html │ ├── lunch_bug_gameplay1.ogg │ └── lunch_bug_gameplay2.ogg ├── lunch_bug_animation_preview │ ├── index.html │ └── media │ │ └── images │ │ ├── berry.png │ │ ├── bulb.png │ │ ├── lars.png │ │ └── seedling.png ├── onslaught2 │ ├── game.min.js │ ├── index.html │ └── media │ │ ├── entities │ │ ├── bat.png │ │ ├── bat_brown.png │ │ ├── cube.png │ │ ├── cyclops.png │ │ ├── demoblin.png │ │ ├── dragon.png │ │ ├── gel.png │ │ ├── goblin.png │ │ ├── imp.png │ │ ├── objects.png │ │ ├── owlbear.png │ │ ├── powerups.png │ │ ├── reticle.png │ │ ├── sandworm.png │ │ ├── sandworm_submerged.png │ │ ├── skull.png │ │ ├── skull_big.png │ │ ├── spawner_alpha.png │ │ ├── spawner_alpha_03.png │ │ ├── weapons.png │ │ ├── wizard.png │ │ └── xam.png │ │ ├── music │ │ ├── cave.mp3 │ │ ├── forest.mp3 │ │ ├── forest.ogg │ │ └── normal_battle.mp3 │ │ ├── sounds │ │ ├── bat_damage.mp3 │ │ ├── bat_damage.ogg │ │ ├── bat_death.mp3 │ │ ├── bat_death.ogg │ │ ├── cube_damage.mp3 │ │ ├── cube_damage.ogg │ │ ├── cube_death.mp3 │ │ ├── cube_death.ogg │ │ ├── cyclops_attacks.mp3 │ │ ├── cyclops_damage.mp3 │ │ ├── cyclops_death.mp3 │ │ ├── goblin_attacks.mp3 │ │ ├── goblin_attacks.ogg │ │ ├── goblin_damage.mp3 │ │ ├── goblin_damage.ogg │ │ ├── goblin_death.mp3 │ │ ├── goblin_death.ogg │ │ ├── hero_attacks.mp3 │ │ ├── hero_attacks.ogg │ │ ├── hero_damage.mp3 │ │ ├── hero_damage.ogg │ │ ├── hero_death.mp3 │ │ ├── hero_death.ogg │ │ ├── pickup_coin.mp3 │ │ ├── pickup_coin.ogg │ │ └── pickup_food.mp3 │ │ └── tilesets │ │ ├── cave.png │ │ ├── collision.png │ │ ├── forest.png │ │ ├── tileset.png │ │ └── village.png └── simple_canvas_game │ ├── README.md │ ├── images │ ├── background.png │ ├── hero.png │ └── monster.png │ ├── index.html │ └── js │ └── game.js ├── error.html ├── favicon.ico ├── feeds ├── gamescom.xml └── images │ └── lunchBug │ ├── icons │ └── 28x28.png │ ├── promo │ ├── 172x188.png │ ├── 278x188.png │ └── 598x158.png │ └── screenshots │ ├── 292x162_gameplay.png │ ├── 292x162_levelSelect.png │ ├── 292x162_store.png │ └── 292x162_title.png ├── games ├── all │ └── index.html ├── index.html └── latest-versions.json ├── google6e7e6a4c3c064342.html ├── html5 └── index.html ├── igs ├── game.js ├── index.html └── media │ ├── images │ ├── actors.png │ ├── credits.png │ ├── cta.png │ ├── ctaTitle.png │ ├── darkness.png │ ├── doubt.png │ ├── env.png │ ├── icons │ │ ├── 114.png │ │ ├── 128.png │ │ ├── 16.png │ │ ├── 19.png │ │ ├── 256.png │ │ ├── 29.png │ │ ├── 42.png │ │ ├── 48.png │ │ └── favicon.ico │ ├── objects.png │ ├── parallax.png │ ├── promo │ │ ├── bg.png │ │ └── title.png │ ├── text │ │ ├── black.png │ │ ├── blue.png │ │ ├── gold.png │ │ ├── gray.png │ │ ├── green.png │ │ ├── red.png │ │ ├── silver.png │ │ └── white.png │ ├── ui.png │ └── window.png │ ├── music │ ├── alligators.ogg │ ├── corridor.ogg │ ├── flux.ogg │ ├── funkBump.ogg │ ├── holdPlease.ogg │ └── streets.ogg │ └── sounds │ ├── gameplay │ ├── appear.ogg │ ├── banner1.ogg │ ├── banner2.ogg │ ├── beam.ogg │ ├── bounce.ogg │ ├── cannon.ogg │ ├── collect1.ogg │ ├── collect2.ogg │ ├── damage.ogg │ ├── death.ogg │ ├── disappear.ogg │ ├── explosion1.ogg │ ├── explosion2.ogg │ ├── fragileWarn.ogg │ ├── grass.ogg │ ├── gravity1.ogg │ ├── gravity2.ogg │ ├── joy1.ogg │ ├── joy2.ogg │ ├── jump.ogg │ ├── jump2.ogg │ ├── pulse.ogg │ ├── pulseBlock.ogg │ ├── pulseBlockSolid.ogg │ ├── shot.ogg │ ├── survey1.ogg │ ├── survey2.ogg │ ├── teleport.ogg │ ├── warning.ogg │ └── woosh.ogg │ └── ui │ ├── add.ogg │ ├── backspace1.ogg │ ├── backspace2.ogg │ ├── choice1.ogg │ ├── choice2.ogg │ ├── clear.ogg │ ├── close.ogg │ ├── create.ogg │ ├── dialog1.ogg │ ├── dialog2.ogg │ ├── dialog3.ogg │ ├── dialog4.ogg │ ├── done.ogg │ ├── doubt.ogg │ ├── dud.ogg │ ├── error.ogg │ ├── increase.ogg │ ├── negate.ogg │ ├── open.ogg │ ├── phase.ogg │ ├── placeMed1.ogg │ ├── placeMed2.ogg │ ├── placeNeg1.ogg │ ├── placeNeg2.ogg │ ├── placePos1.ogg │ ├── placePos2.ogg │ ├── play.ogg │ ├── remove.ogg │ ├── select.ogg │ ├── set.ogg │ ├── start.ogg │ ├── success.ogg │ ├── trash1.ogg │ ├── trash2.ogg │ ├── type1.ogg │ ├── type2.ogg │ └── unlock.ogg ├── index.html ├── lostcast.xml ├── lostcast ├── episodes │ └── index.html └── index.html ├── lostcastsurvey └── index.html ├── mailing-list └── index.html ├── media ├── css │ └── combo.css ├── fonts │ ├── Cabin.woff │ └── DroidSans.woff ├── images │ ├── games │ │ ├── asylumnight │ │ │ └── icon-150x150.png │ │ ├── banditblitz │ │ │ └── icon-150x150.png │ │ ├── lavablade │ │ │ ├── icon-150x150.png │ │ │ ├── lb.png │ │ │ ├── ost.jpg │ │ │ ├── promo-2000x400.jpg │ │ │ ├── promo-320x200.png │ │ │ └── promo-560x180.png │ │ ├── losetheheat │ │ │ └── lth.png │ │ ├── lunchbug │ │ │ ├── icon-150x150.png │ │ │ ├── lb.png │ │ │ ├── ost.jpg │ │ │ ├── promo-2000x400.jpg │ │ │ ├── promo-320x200.png │ │ │ └── promo-560x180.png │ │ ├── onslaught │ │ │ └── onslaught_screenshot.jpg │ │ ├── onslaughtarena │ │ │ ├── ost.jpg │ │ │ ├── promo-320x200.png │ │ │ └── promo-560x180.png │ │ ├── onslaughtdefense │ │ │ └── icon-150x150.png │ │ ├── rampartrush │ │ │ ├── icon-150x150.png │ │ │ ├── promo-2000x400.jpg │ │ │ ├── promo-320x200.png │ │ │ └── promo-560x180.png │ │ ├── turkeyhunt │ │ │ └── icon-150x150.png │ │ └── wizardslizard │ │ │ ├── awl.png │ │ │ ├── promo-2000x400.jpg │ │ │ ├── promo-320x200.png │ │ │ ├── promo-560x180.png │ │ │ └── screenshots │ │ │ ├── screenshot1.png │ │ │ ├── screenshot2.png │ │ │ └── screenshot3.png │ ├── logo │ │ └── ldgTiny.png │ ├── lostcast │ │ ├── 1400x1400.jpg │ │ ├── 500x500.jpg │ │ ├── 600x600.jpg │ │ ├── custom │ │ │ ├── impact.png │ │ │ └── pokki.png │ │ ├── ldgTeam.jpg │ │ ├── makiRect.png │ │ ├── sidebar.jpg │ │ ├── splash.jpg │ │ ├── subscribeIcons.png │ │ └── team.jpg │ ├── photos │ │ └── contactUs.jpg │ ├── posts │ │ ├── 2013 │ │ │ ├── awl.png │ │ │ ├── dat.png │ │ │ ├── games.jpg │ │ │ ├── header.jpg │ │ │ ├── lavaBlade.png │ │ │ ├── revenue.png │ │ │ └── rttj.jpg │ │ ├── arno │ │ │ ├── arno.jpg │ │ │ └── arno_thumb.jpg │ │ ├── asylumNight │ │ │ ├── avatar.png │ │ │ ├── banner.jpg │ │ │ ├── dat.png │ │ │ ├── doctor.png │ │ │ ├── gameplay1.png │ │ │ ├── gameplay5.png │ │ │ ├── levelEnd.png │ │ │ ├── sprite.png │ │ │ └── title.png │ │ ├── awl │ │ │ ├── assets │ │ │ │ ├── characters.png │ │ │ │ ├── items.png │ │ │ │ ├── monsters.png │ │ │ │ ├── objects.png │ │ │ │ ├── traps.png │ │ │ │ └── weapons.png │ │ │ ├── immortal │ │ │ │ ├── fullsize │ │ │ │ │ ├── bosses.jpg │ │ │ │ │ ├── explosions.jpg │ │ │ │ │ ├── monsters.jpg │ │ │ │ │ ├── secrets.jpg │ │ │ │ │ ├── settings.jpg │ │ │ │ │ ├── soulBlast.jpg │ │ │ │ │ └── totems.jpg │ │ │ │ └── thumbs │ │ │ │ │ ├── bosses.jpg │ │ │ │ │ ├── explosions.jpg │ │ │ │ │ ├── monsters.jpg │ │ │ │ │ ├── secrets.jpg │ │ │ │ │ ├── settings.jpg │ │ │ │ │ ├── soulBlast.jpg │ │ │ │ │ └── totems.jpg │ │ │ ├── numbers │ │ │ │ ├── awl.jpg │ │ │ │ ├── awlPieChart.jpg │ │ │ │ ├── death.jpg │ │ │ │ ├── greenlightChart.jpg │ │ │ │ └── skyrocket.jpg │ │ │ ├── scene500.jpg │ │ │ └── skyrocket.jpg │ │ ├── biz_cards │ │ │ ├── angled.jpg │ │ │ ├── angled_thumb.jpg │ │ │ ├── straight_on.jpg │ │ │ └── straight_on_thumb.jpg │ │ ├── bootstrap_pixels │ │ │ ├── 1x2.png │ │ │ ├── 1x2_x2.png │ │ │ ├── 2moq99s.png │ │ │ ├── final_fantasy_vi.png │ │ │ ├── final_fantasy_vi_with_grid.png │ │ │ ├── link.png │ │ │ ├── link_4x4.png │ │ │ ├── link_8x8.png │ │ │ └── spritesheet_by_oryx.png │ │ ├── canvasTransform │ │ │ └── simpleCanvasTransform.png │ │ ├── choconslaught │ │ │ ├── choco_bats.jpg │ │ │ ├── choco_bats_thumb.jpg │ │ │ ├── choco_beholder.jpg │ │ │ ├── choco_beholder_thumb.jpg │ │ │ ├── choco_xam.jpg │ │ │ ├── choco_xam_thumb.jpg │ │ │ ├── choconslaught_1.jpg │ │ │ ├── choconslaught_1_thumb.jpg │ │ │ ├── truffles.jpg │ │ │ └── truffles_thumb.jpg │ │ ├── cryptRun │ │ │ ├── achievements.jpg │ │ │ ├── attack.jpg │ │ │ ├── banner.jpg │ │ │ ├── cae.jpg │ │ │ ├── caf.jpg │ │ │ ├── cax │ │ │ │ ├── photos │ │ │ │ │ ├── 2013.07.14..16.03.56.jpg │ │ │ │ │ ├── 2013.07.14..16.06.34.jpg │ │ │ │ │ ├── 2013.07.14..18.47.22.jpg │ │ │ │ │ ├── 2013.07.14..18.48.14.jpg │ │ │ │ │ ├── 2013.07.14..18.48.21.jpg │ │ │ │ │ ├── 2013.07.14..18.50.25.jpg │ │ │ │ │ ├── 2013.07.14..18.54.23.jpg │ │ │ │ │ ├── 2013.07.14..18.56.46.jpg │ │ │ │ │ ├── 2013.07.14..19.03.14.jpg │ │ │ │ │ ├── 2013.07.14..19.03.46.jpg │ │ │ │ │ ├── 2013.07.14..19.10.00.jpg │ │ │ │ │ └── 2013.07.14..19.10.34.jpg │ │ │ │ ├── thumbs │ │ │ │ │ ├── 2013.07.14..16.03.56.jpg │ │ │ │ │ ├── 2013.07.14..16.06.34.jpg │ │ │ │ │ ├── 2013.07.14..18.47.22.jpg │ │ │ │ │ ├── 2013.07.14..18.48.14.jpg │ │ │ │ │ ├── 2013.07.14..18.48.21.jpg │ │ │ │ │ ├── 2013.07.14..18.50.25.jpg │ │ │ │ │ ├── 2013.07.14..18.54.23.jpg │ │ │ │ │ ├── 2013.07.14..18.56.46.jpg │ │ │ │ │ ├── 2013.07.14..19.03.14.jpg │ │ │ │ │ ├── 2013.07.14..19.03.46.jpg │ │ │ │ │ ├── 2013.07.14..19.10.00.jpg │ │ │ │ │ └── 2013.07.14..19.10.34.jpg │ │ │ │ └── title.jpg │ │ │ ├── cemetery.jpg │ │ │ ├── chest.jpg │ │ │ ├── crOnWiiU500.png │ │ │ ├── cryptRunBanner.png │ │ │ ├── gameOver.jpg │ │ │ ├── geoffRunScreenshot.png │ │ │ ├── geoffRunThumb.png │ │ │ ├── geoffRunTitle.jpg │ │ │ ├── helpNoMoney.jpg │ │ │ ├── ks │ │ │ │ ├── badge50.png │ │ │ │ ├── chart.png │ │ │ │ ├── geoff.jpg │ │ │ │ ├── graph.png │ │ │ │ ├── kids.jpg │ │ │ │ ├── pm │ │ │ │ │ ├── banner.jpg │ │ │ │ │ ├── dailyBackers.png │ │ │ │ │ ├── dailyPledges.png │ │ │ │ │ ├── fundingProgress.png │ │ │ │ │ ├── linux.jpg │ │ │ │ │ ├── projectVideoStats.png │ │ │ │ │ ├── referrers.png │ │ │ │ │ ├── rewardPopularity.png │ │ │ │ │ ├── thumbs │ │ │ │ │ │ ├── fundingProgress.png │ │ │ │ │ │ ├── projectVideoStats.png │ │ │ │ │ │ ├── referrers.png │ │ │ │ │ │ └── rewardPopularity.png │ │ │ │ │ └── video.jpg │ │ │ │ ├── reddit.png │ │ │ │ ├── thumbs │ │ │ │ │ ├── chart.png │ │ │ │ │ └── graph.png │ │ │ │ └── tombs.jpg │ │ │ ├── lichcast.jpg │ │ │ ├── liveCountdown.jpg │ │ │ ├── sticker3.png │ │ │ ├── success.jpg │ │ │ └── title.jpg │ │ ├── faf │ │ │ ├── bomb_party │ │ │ │ ├── sheet.png │ │ │ │ └── sheet_x5.png │ │ │ └── lemcraft │ │ │ │ ├── lemcraft_art.zip │ │ │ │ ├── screenshot_01.png │ │ │ │ ├── screenshot_02.png │ │ │ │ └── tiles.png │ │ ├── free_graphics_1996 │ │ │ ├── DRAGON_by_Mike_Hackett.png │ │ │ ├── DRAGON_by_Mike_Hackett_alpha.png │ │ │ └── DRAGON_by_Mike_Hackett_x3.png │ │ ├── geoff │ │ │ ├── forest.png │ │ │ └── teaser.png │ │ ├── ieXbox │ │ │ ├── arcade.jpg │ │ │ ├── controller.png │ │ │ ├── lbTitle.jpg │ │ │ └── odResults.jpg │ │ ├── indiebside │ │ │ ├── albumArt.png │ │ │ ├── albumArt4x.png │ │ │ ├── beta.png │ │ │ ├── cube.gif │ │ │ ├── sketch.png │ │ │ └── sleeve.png │ │ ├── lava_blade │ │ │ ├── art │ │ │ │ ├── lars_progression.png │ │ │ │ ├── lars_super_deformed.png │ │ │ │ ├── ogre_progression.png │ │ │ │ ├── ogre_sketch.jpg │ │ │ │ └── teaser.png │ │ │ ├── gameplay.png │ │ │ ├── ost.jpg │ │ │ ├── release.png │ │ │ ├── screenshots │ │ │ │ ├── overworldForest.png │ │ │ │ ├── pokurt.png │ │ │ │ ├── title.png │ │ │ │ └── volcanoBattle.png │ │ │ ├── swamp │ │ │ │ ├── color_test.png │ │ │ │ ├── scene.png │ │ │ │ ├── sketch.jpg │ │ │ │ └── swamp_wip.png │ │ │ ├── title.png │ │ │ ├── title0540.png │ │ │ └── words │ │ │ │ ├── all.png │ │ │ │ ├── characterenemyweaponstore.png │ │ │ │ ├── levels.png │ │ │ │ ├── overallgamepacinggoals.png │ │ │ │ └── overallgamepacinggoalsenemybehavior.png │ │ ├── lava_sword │ │ │ ├── lava_sword_01.png │ │ │ ├── lava_sword_02.png │ │ │ ├── more_gfx_coming.png │ │ │ ├── portals │ │ │ │ ├── game_over.png │ │ │ │ ├── gameplay.png │ │ │ │ ├── gameplay_pain.png │ │ │ │ ├── menu.png │ │ │ │ └── title.png │ │ │ └── rectangles.png │ │ ├── lostcast │ │ │ ├── date.jpg │ │ │ ├── episode.jpg │ │ │ ├── month.jpg │ │ │ ├── percent.jpg │ │ │ ├── thumbs │ │ │ │ ├── date.jpg │ │ │ │ ├── episode.jpg │ │ │ │ ├── month.jpg │ │ │ │ └── percent.jpg │ │ │ └── vidpros.png │ │ ├── lostcast_07 │ │ │ ├── matt_and_geoff_podcasting.jpg │ │ │ └── matt_and_geoff_podcasting_small.jpg │ │ ├── lostcast_08 │ │ │ ├── zelda_vs_golden_axe_warrior.png │ │ │ └── zelda_vs_golden_axe_warrior_thumbnail.png │ │ ├── lostcast_13 │ │ │ └── shots.jpg │ │ ├── lostcast_16 │ │ │ ├── lostcast_logo.jpg │ │ │ ├── webgamepad-v2-back.jpg │ │ │ ├── webgamepad-v2-front.jpg │ │ │ └── webgamepad-v2-playing.jpg │ │ ├── lunch_bug │ │ │ ├── android_landscape.png │ │ │ ├── berry_200.png │ │ │ ├── bug_200.png │ │ │ ├── cws_games.jpg │ │ │ ├── cws_games_thumb.jpg │ │ │ ├── cws_hp.jpg │ │ │ ├── cws_hp_thumb.jpg │ │ │ ├── geoff_and_ludei.jpg │ │ │ ├── level_5.jpg │ │ │ ├── level_select │ │ │ │ ├── before_landscape.png │ │ │ │ ├── before_portrait.png │ │ │ │ ├── button_highlight.png │ │ │ │ ├── button_org.png │ │ │ │ ├── gameplay_rug.png │ │ │ │ ├── path_dirt.png │ │ │ │ ├── sketch.jpg │ │ │ │ ├── sketch_thumb.jpg │ │ │ │ ├── tiles.png │ │ │ │ └── title.png │ │ │ ├── mushroom_200.png │ │ │ ├── on_fire.jpg │ │ │ ├── ost.jpg │ │ │ ├── skip_tutorial.jpg │ │ │ └── title.jpg │ │ ├── mailbag │ │ │ └── treasureGoblin.png │ │ ├── maki │ │ │ ├── cats.jpg │ │ │ ├── devices.jpg │ │ │ ├── familyRoom.jpg │ │ │ ├── ldg.jpg │ │ │ ├── lostcast.jpg │ │ │ ├── lunchBox.jpg │ │ │ ├── mattStudio.jpg │ │ │ ├── thumbs │ │ │ │ ├── cats.jpg │ │ │ │ ├── devices.jpg │ │ │ │ ├── familyRoom.jpg │ │ │ │ ├── ldg.jpg │ │ │ │ ├── lostcast.jpg │ │ │ │ ├── lunchBox.jpg │ │ │ │ ├── mattStudio.jpg │ │ │ │ └── whiteboarding.jpg │ │ │ └── whiteboarding.jpg │ │ ├── misc │ │ │ ├── 2013.png │ │ │ ├── dragonsGameboard.jpg │ │ │ ├── lasertime.png │ │ │ └── lolslaught2.png │ │ ├── onslaught2 │ │ │ ├── onslaught2_cave.png │ │ │ └── onslaught2_village.png │ │ ├── onslaught_history_in_images │ │ │ ├── 01_first_whiteboard.jpg │ │ │ ├── 02_early_environment_test.png │ │ │ ├── 03_whiteboard_flow.jpg │ │ │ ├── 04_objects_test.png │ │ │ ├── 05_ldg_making_onslaught.jpg │ │ │ ├── 06_whiteboard_enemy_stats.jpg │ │ │ ├── 07_dragon_tests.png │ │ │ ├── 08_google_contest_poster.png │ │ │ ├── 09_chrome_launch_wall.jpg │ │ │ ├── 10_lol_beach_party.png │ │ │ ├── 11_sunken_city.png │ │ │ ├── 12_demo_party.jpg │ │ │ ├── 13_ipad_new_and_noteworthy.png │ │ │ ├── 14_game_developer_magazine.jpg │ │ │ └── 15_ipad_stage_select.png │ │ ├── onslaught_news │ │ │ ├── icon.png │ │ │ ├── onslactocat.png │ │ │ └── ost.png │ │ ├── osxapps │ │ │ └── header.png │ │ ├── pokki │ │ │ ├── 1_minotaur.jpg │ │ │ ├── 3rd_place.png │ │ │ ├── announcement.jpg │ │ │ ├── homepage.png │ │ │ └── thumbnails │ │ │ │ ├── 1_minotaur.jpg │ │ │ │ ├── 3rd_place.png │ │ │ │ ├── announcement.jpg │ │ │ │ └── homepage.png │ │ ├── rampart │ │ │ ├── battleCleared.png │ │ │ ├── bossBattle.png │ │ │ ├── chest.png │ │ │ ├── grounds.png │ │ │ ├── lightningBolt.png │ │ │ ├── title.png │ │ │ └── upgradeWalls.png │ │ ├── spotlights │ │ │ ├── faerie_alchemy.jpg │ │ │ └── pixel_blast.png │ │ ├── tg │ │ │ ├── running.png │ │ │ ├── runningGeoff.png │ │ │ ├── title.png │ │ │ └── titleGeoff.png │ │ ├── turkey12 │ │ │ └── gameplay1.png │ │ ├── tuts │ │ │ └── simple.jpg │ │ ├── waveform4 │ │ │ ├── kick.gif │ │ │ ├── prod.jpg │ │ │ ├── sketch.jpg │ │ │ └── wip.jpg │ │ ├── wiiu │ │ │ ├── header.png │ │ │ ├── html5test │ │ │ │ ├── audio.jpg │ │ │ │ ├── experimental.jpg │ │ │ │ ├── score.jpg │ │ │ │ ├── storageWorkers.jpg │ │ │ │ ├── webAppSecurity.jpg │ │ │ │ └── webGLetc.jpg │ │ │ ├── oa.jpg │ │ │ ├── od.jpg │ │ │ └── odFPS.jpg │ │ └── wizliz │ │ │ └── boxart.png │ ├── splashes │ │ ├── about.jpg │ │ ├── awl2.jpg │ │ ├── cax.jpg │ │ ├── contact.jpg │ │ ├── episode.jpg │ │ ├── error.jpg │ │ ├── games.jpg │ │ ├── geoff.jpg │ │ ├── home.jpg │ │ ├── igs.jpg │ │ ├── immortal.jpg │ │ ├── laptop.jpg │ │ ├── lavablade.jpg │ │ ├── list.jpg │ │ ├── lostcast.jpg │ │ ├── matt.jpg │ │ ├── onslaught.jpg │ │ ├── privacy.jpg │ │ ├── skyrocket.jpg │ │ ├── team.jpg │ │ └── video.jpg │ └── ui │ │ ├── html5-white.png │ │ ├── logo-new.png │ │ └── social.png └── lostDecadeGamesPressKit.zip ├── robots.txt ├── rss.xml ├── sitemap.xml └── support └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | _site 3 | _less/**/*.css 4 | Thumbs.db 5 | -------------------------------------------------------------------------------- /.poole.json: -------------------------------------------------------------------------------- 1 | { 2 | "targets": { 3 | "production": { 4 | "auth": "lostdecadegames", 5 | "bucket": "www.lostdecadegames.com", 6 | "region": "us-west-2" 7 | }, 8 | "stage": { 9 | "auth": "lostdecadegames", 10 | "bucket": "stage.www.lostdecadegames.com", 11 | "region": "us-west-2" 12 | } 13 | }, 14 | "headers": { 15 | "(jpg|jpeg|png|mp3)$": { 16 | "Cache-control": "max-age=31536000" 17 | }, 18 | "(html|htm)$": { 19 | "Cache-control": "max-age=172800, must-revalidate" 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | default: build 2 | 3 | build: 4 | jekyll build 5 | 6 | develop: 7 | jekyll serve 8 | 9 | stage: build 10 | aws s3 sync _site s3://stage.www.lostdecadegames.com \ 11 | --cache-control max-age=86400 \ 12 | --size-only \ 13 | --acl public-read \ 14 | --delete \ 15 | --profile lostdecadegames 16 | 17 | deploy: build 18 | aws s3 sync _site s3://www.lostdecadegames.com \ 19 | --cache-control max-age=86400 \ 20 | --size-only \ 21 | --acl public-read \ 22 | --delete \ 23 | --profile lostdecadegames 24 | 25 | deploy-all: build 26 | aws s3 sync _site s3://www.lostdecadegames.com \ 27 | --cache-control max-age=86400 \ 28 | --acl public-read \ 29 | --delete \ 30 | --profile lostdecadegames 31 | 32 | clean: 33 | @rm -rf _site 34 | 35 | .PHONY: clean 36 | -------------------------------------------------------------------------------- /_conf/s3-routing-rules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | onslaught_arena/ 6 | 7 | 8 | games/onslaught-arena/ 9 | 301 10 | 11 | 12 | 13 | 14 | 15 | onslaught/ 16 | 17 | 18 | games/onslaught/ 19 | 301 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /_create_post.sh: -------------------------------------------------------------------------------- 1 | cp _posts/_post_template.md _posts/$1 2 | -------------------------------------------------------------------------------- /_includes/ads/leaderboard-footer.html: -------------------------------------------------------------------------------- 1 |
2 | 10 | 13 |
14 | -------------------------------------------------------------------------------- /_includes/ads/mrec-aux.html: -------------------------------------------------------------------------------- 1 |
2 | 10 | 13 |
14 | -------------------------------------------------------------------------------- /_includes/analytics/ga.html: -------------------------------------------------------------------------------- 1 | 2 | 12 | 13 | -------------------------------------------------------------------------------- /_includes/misc/paypal-donate-button.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 8 | 12 |
13 | -------------------------------------------------------------------------------- /_includes/modules/author-info.html: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /_includes/modules/comments.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 15 | 16 | 17 |
18 | -------------------------------------------------------------------------------- /_includes/modules/feature-articles.html: -------------------------------------------------------------------------------- 1 |
2 |

Featured Articles

3 | 10 |
11 | -------------------------------------------------------------------------------- /_includes/modules/feature-games.html: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /_includes/modules/follow-us.html: -------------------------------------------------------------------------------- 1 |
2 |

Join Us!

3 | 13 |
14 | -------------------------------------------------------------------------------- /_includes/modules/game-ost.html: -------------------------------------------------------------------------------- 1 | {% if game.ost_url %} 2 |
3 |

Original Soundtrack

4 | 5 |

Do you love the music from {{ game.title }}? Pick up the {{ game.title }} OST and support independent musicians!

6 | Buy Original Soundtrack 7 |
8 | {% endif %} 9 | -------------------------------------------------------------------------------- /_includes/modules/game-platforms-free.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | {% if game.platforms.web %} 4 | Play Now 5 | {% endif %} 6 | 7 |

More Platforms

8 | 34 |
35 | -------------------------------------------------------------------------------- /_includes/modules/game-related-articles.html: -------------------------------------------------------------------------------- 1 |
2 |

Related Articles

3 | 8 |
9 | -------------------------------------------------------------------------------- /_includes/modules/our-games.html: -------------------------------------------------------------------------------- 1 | {% assign games = "wizardslizard" | split: "," %} 2 |
3 | 10 |
11 | -------------------------------------------------------------------------------- /_includes/modules/related-articles.html: -------------------------------------------------------------------------------- 1 |
2 |

Related Articles

3 | 10 |
11 | -------------------------------------------------------------------------------- /_includes/modules/spotlight-games.html: -------------------------------------------------------------------------------- 1 |
2 | {% assign gamekey = site.spotlight_game %} 3 | {% assign game = site.games[gamekey] %} 4 | {{ game.title }} 8 |
9 | -------------------------------------------------------------------------------- /_includes/modules/steam-greenlight.html: -------------------------------------------------------------------------------- 1 | {% if game.platforms.steam_greenlight %} 2 |
3 | 4 |
5 | {% endif %} 6 | -------------------------------------------------------------------------------- /_includes/widgets/game-feature-card.html: -------------------------------------------------------------------------------- 1 | {% assign game = site.games[gamekey] %} 2 |
3 | 4 | {{game.title}} 5 | 6 |
7 | -------------------------------------------------------------------------------- /_layouts/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{ page.title }} - LDG 6 | {% if page.description %} 7 | 8 | {% else %} 9 | 10 | {% endif %} 11 | {% if page.keywords %} 12 | 13 | {% else %} 14 | 15 | {% endif %} 16 | 17 | 18 | 19 | 20 | 21 | {{ content }} 22 | {% include analytics/ga.html %} 23 | 24 | 25 | -------------------------------------------------------------------------------- /_layouts/game.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | {% assign game = site.games[page.gamekey] %} 5 | 6 |
7 |

{{ game.title }}

8 |
9 | 10 |
11 |
12 |
{{ content }}
13 |
14 |
15 | {% if game.paywall == true %} 16 | {% include modules/game-platforms-paid.html %} 17 | {% else %} 18 | {% include modules/game-platforms-free.html %} 19 | {% endif %} 20 | 21 | {% include modules/steam-greenlight.html %} 22 | 23 | {% include modules/game-ost.html %} 24 | 25 | {% include modules/game-related-articles.html %} 26 | 27 | {% include modules/follow-us.html %} 28 |
29 |
30 | -------------------------------------------------------------------------------- /_less/lostcast.less: -------------------------------------------------------------------------------- 1 | @import "sizes"; 2 | 3 | #lostcast-file { 4 | text-align: center; 5 | line-height: 150%; 6 | } 7 | 8 | #lostcast-subscribe { 9 | text-align: center; 10 | 11 | ul { 12 | margin: @padding auto; 13 | width: 400px; 14 | height: 120px; 15 | 16 | li { 17 | float: left; 18 | margin-right: @padding; 19 | width: 120px; 20 | height: 120px; 21 | 22 | &:last-child { 23 | margin-right: 0; 24 | } 25 | 26 | a { 27 | background-image: url(/media/images/lostcast/subscribeIcons.png); 28 | display: block; 29 | float: left; 30 | text-indent: -9999em; 31 | width: 120px; 32 | height: 120px; 33 | 34 | &:hover { 35 | opacity: 0.5; 36 | } 37 | 38 | &.itunes { 39 | background-position: -120px 0px; 40 | } 41 | &.youtube { 42 | background-position: -240px 0px; 43 | } 44 | &.patreon { 45 | background-position: -360px 0px; 46 | } 47 | } 48 | } 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /_less/modules/author-info.less: -------------------------------------------------------------------------------- 1 | .author-info { 2 | .module; 3 | 4 | .avatar { 5 | float: left; 6 | margin-right: (@padding / 2); 7 | border: solid 1px @light-grey; 8 | } 9 | 10 | .who { 11 | font-size: 18px; 12 | margin-bottom: (@padding / 4); 13 | 14 | > em { 15 | font-weight: bold; 16 | } 17 | } 18 | 19 | .when { 20 | font-size: 14px; 21 | margin-bottom: (@padding / 4); 22 | } 23 | 24 | .external { 25 | > li { 26 | float: left; 27 | margin-right: (@padding / 2); 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /_less/modules/feature-games.less: -------------------------------------------------------------------------------- 1 | @import "../sizes"; 2 | 3 | .feature-games { 4 | > li { 5 | float: left; 6 | margin-right: @padding; 7 | 8 | &:last-child { 9 | margin-right: 0; 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /_less/modules/games-list.less: -------------------------------------------------------------------------------- 1 | .games-list li div { 2 | > h2 { 3 | margin-bottom: 10px; 4 | 5 | &:first-child { 6 | margin-top: 0; 7 | } 8 | } 9 | > p { 10 | margin-top: 0; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /_less/modules/spotlight-games.less: -------------------------------------------------------------------------------- 1 | @import "../sizes"; 2 | 3 | .spotlight-games { 4 | margin-bottom: @padding; 5 | 6 | > a { 7 | display: block; 8 | height: 400px; 9 | background-position: center center; 10 | text-indent: -999em 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /_less/pages/about.less: -------------------------------------------------------------------------------- 1 | .authors div { 2 | height: 150px; 3 | margin-bottom: 20px; 4 | } 5 | 6 | .authors div h2 { 7 | margin-top: 0; 8 | } 9 | -------------------------------------------------------------------------------- /_less/palette.less: -------------------------------------------------------------------------------- 1 | // Arranged in order of PALETTE.png 2 | 3 | @black: #140c1c; 4 | @dark-maroon: #432534; 5 | @dark-blue: #30366b; 6 | @dark-grey: #4e4a4e; 7 | @gold: #d7b958; 8 | 9 | @brown: #844c33; 10 | @dark-green: #366428; 11 | @red-orange: #ce474b; 12 | @grey: #757162; 13 | @light-blue: #68a7ca; 14 | 15 | @blue: #5b7fcb; 16 | @orange: #d07d36; 17 | @light-grey: #8595a1; 18 | @light-green: #6fa936; 19 | // EMPTY 20 | 21 | @peach: #d1aa9a; 22 | @cyan: #70c2c9; 23 | @yellow: #dad366; 24 | @white: #deeed7; 25 | @purple: #9e51cd; 26 | @black-grey: #231c29; 27 | -------------------------------------------------------------------------------- /_less/sizes.less: -------------------------------------------------------------------------------- 1 | // Overall page width 2 | @page-width: 1000px; 3 | 4 | // Default padding 5 | @padding: 20px; 6 | 7 | // Head of the header 8 | @head-height: 90px; 9 | 10 | // 2 column layout sizes 11 | @column-2-main-width: 600px; 12 | @column-2-aux-width: 400px; 13 | -------------------------------------------------------------------------------- /_less/utils.less: -------------------------------------------------------------------------------- 1 | // Fancy times 2 | .fancy { 3 | text-shadow: 0px 2px 2px @black; 4 | } 5 | 6 | // Indenting for
 blocks
 7 | .tabsize (@size) {
 8 | 	-webkit-tab-size: @size; // Not yet implemented
 9 | 	-moz-tab-size: @size;
10 | 	-o-tab-size: @size;
11 | 	tab-size: @size;
12 | }
13 | 


--------------------------------------------------------------------------------
/_less/widgets/game-feature-card.less:
--------------------------------------------------------------------------------
 1 | .game-feature-card {
 2 | 
 3 | 	a {
 4 | 		display: block;
 5 | 		width: 320px;
 6 | 		height: 200px;
 7 | 	}
 8 | 
 9 | }
10 | 


--------------------------------------------------------------------------------
/_posts/2010-10-16-onslaught-arena-10-gameplay-teaser.html:
--------------------------------------------------------------------------------
 1 | ---
 2 | layout: article
 3 | title: Onslaught! Arena 1.0 Gameplay Teaser
 4 | author: geoff
 5 | tags: [onslaughtarena]
 6 | ---
 7 | 

Onslaught! Arena 1.0 is nearly complete! The latest version of the game is chock full of new enemies, weapons and traps! Take a look at the video below for a sneak peek at the challenges which await you in the arena!

8 |
9 |

Onslaught! Arena will be launching with the Google Chrome Web Store later this year. The full version of the game will be purchasable from the Chrome Web Store via Google Checkout and of course we'll have a free trial version available so you can get a taste of the fast paced action!

10 | -------------------------------------------------------------------------------- /_posts/2011-09-23-lost-links-09-23-2011.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Lost Links: 9/23/2011" 4 | author: geoff 5 | --- 6 | Welcome to the first installment of Lost Links, a weekly round-up of HTML5 gaming related links. 7 | 8 | * [Survival Guide to HTML5][1] 9 | * [Box2D & JavaScript tutorials by Seth Ladd][2] 10 | * [MMObility: Illyriad devs shine light on HTML5][3] 11 | * [Hacking Game Boundaries: The HTML5 Revolution][4] 12 | * [Loading Large Assets in Modern HTML5 Games][5] 13 | 14 | That's all for this week. Feel free to point us at interesting HTML5 gaming content via Twitter ([@lostdecadegames](https://twitter.com/#!/lostdecadegames)) or by emailing us at [{{ site.email }}]({{ site.email }}). 15 | 16 | [1]: http://www.phoboslab.org/ogs2011/#1 17 | [2]: http://creativejs.com/2011/09/box2d-javascript-tutorial-series-by-seth-ladd/ 18 | [3]: http://massively.joystiq.com/2011/09/20/mmobility-illyriad-devs-shine-light-on-html5/ 19 | [4]: http://blog.betable.com/hacking-game-boundaries-the-html5-revolution 20 | [5]: http://smus.com/game-asset-loader 21 | -------------------------------------------------------------------------------- /_posts/2011-10-21-lost-links-10-21-2011.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Lost Links: 10/21/2011" 4 | author: geoff 5 | published: false 6 | --- 7 | It's Friday, which means more HTML5 gaming links for your perusal: 8 | 9 | * [Facebook HTML5 Showcase][1] (includes our game Onslaught!) 10 | * [Duck Hunt HTML5][2] 11 | * [j3d: Javascript/WebGL engine][3] 12 | * [HTML 5 Canvas Deep Dive][4] 13 | 14 | That's all for this week. Feel free to point us at interesting HTML5 gaming content via Twitter ([@lostdecadegames](https://twitter.com/#!/lostdecadegames)) or by emailing us at [{{ site.email }}]({{ site.email }}). 15 | 16 | [1]: https://developers.facebook.com/html5/showcase/ 17 | [2]: http://mattsurabian.com/duckhunt/ 18 | [3]: http://www.everyday3d.com/j3d/ 19 | [4]: http://projects.joshy.org/presentations/HTML/CanvasDeepDive/presentation.html 20 | -------------------------------------------------------------------------------- /_posts/2012-08-26-get-the-lunch-bug-ost.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Get the Lunch Bug OST for just two bucks" 4 | author: matt 5 | tags: [lunchbug] 6 | --- 7 |
8 | 9 | Lunch Bug original soundtrack cover 10 | 11 |
12 | 13 | Good news, everyone! The [Lunch Bug][1] original soundtrack is now [available on Bandcamp][2]. Composed by indie game composer [Joshua Morse][3], it's yours for just $2 (USD). You can pay more if you like, which is of course appreciated. Thanks for supporting independent artists! 14 | 15 | 16 | Listen to the Lunch Bug OST 17 | 18 | 19 | [1]: http://www.lunchbug.com/ 20 | [2]: http://joshuamorse.bandcamp.com/album/lunch-bug-ost 21 | [3]: http://jmflava.com/ 22 | -------------------------------------------------------------------------------- /_posts/2012-09-16-geoff-lava-bladed.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Geoff Lava Bladed" 4 | author: matt 5 | tags: [lavablade] 6 | --- 7 | It's [Geoff](https://twitter.com/geoffblair)'s birthday! As a fun little gift for the old guy, I've added a little Geoff character into the [Lava Blade teaser](http://www.lavablade.com/). 8 | 9 |
10 | 11 | Geoff teaser 12 | 13 |
14 | 15 | And as you can see below, he'll also be a playable character! 16 | 17 |
18 | 19 | Play as Geoff… someday! 20 | 21 |
22 | 23 | Sorry we don't have a playable demo ready for you yet. And on that note, I'mma get back to work! Please wish Geoff a happy birthday via [email](/about/) or [Twitter](https://twitter.com/geoffblair)! 24 | -------------------------------------------------------------------------------- /_posts/2013-04-01-play-treasure-geoff.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Play our new game Treasure Geoff" 3 | layout: article 4 | author: matt 5 | --- 6 |
7 | 8 | Treasure Geoff 9 | 10 |
11 | 12 | Today we're happy to announce our new game [Treasure Geoff](http://treasuregoblin.lostdecadegames.com/?geoff=1)! 13 | 14 | **Treasure Geoff** is a free, gamepad-enabled, side-scrolling platformer built in HTML5. Players control a nimble [Geoff](/about/#geoff) who explores dangerous caves in search of treasure. The game features tight controls, procedurally generated levels, achievements, and of course, lots of treasure! 15 | 16 |
17 | 18 | Treasure Geoff 19 | 20 |
21 | 22 | Play Treasure Geoff 23 | -------------------------------------------------------------------------------- /_posts/2013-04-25-rampart-rush-beta.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Rampart Rush Beta" 4 | author: matt 5 | tags: [rampartrush] 6 | --- 7 |
8 | 9 | Rampart Rush 10 | 11 |
12 | 13 | **Rampart Rush** is our new defensive shoot 'em up. Players control a warrior fighting off hordes of monsters with swords, daggers, shurikens, fireballs, and more! Players can also place buildings in their castle grounds, such as a Weapon Shop to buy more weapons, or a Magic School to learn more powerful magic. 14 | 15 | ## Join the mailing list 16 | 17 | We're rolling out the **Rampart Rush** beta to our mailing list so they can help us find bugs before launch. To join our mailing list, just fill out [this form][1]. 18 | 19 | Game on! 20 | 21 | [1]: http://goo.gl/3Iaku 22 | -------------------------------------------------------------------------------- /_posts/2013-08-05-cryptstarter-live-countdown.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Join us for the Crypt Run Kickstarter live countdown" 4 | author: matt 5 | tags: [wizardslizard] 6 | --- 7 |
8 | 9 | Crypt Run live countdown 10 | 11 |
12 | 13 | This Sunday, August 11th, we'll begin live streaming [Crypt Run](http://www.cryptrun.com/) gameplay on [Twitch](http://www.twitch.tv/LostDecadeGames). For two hours we'll be talking about Crypt Run, answering questions from the chat, and counting down the final two hours of the [Crypt Run Kickstarter](http://www.kickstarter.com/projects/richtaur/crypt-run-death-is-just-the-beginning). 14 | 15 | Here's the [Facebook event](https://www.facebook.com/events/1399990470218151/). Hope to see you there! 16 | -------------------------------------------------------------------------------- /_posts/2013-08-12-cryptstarter-funded.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Crypt Run 180% funded" 4 | author: matt 5 | tags: [feature] 6 | --- 7 |
8 | 9 | 10 | 11 |
12 | 13 | WOW! Crypt Run was [successfully funded](http://www.kickstarter.com/projects/richtaur/crypt-run-death-is-just-the-beginning/posts/566496) with just **OVER $9,000** in pledges from 320 glorious gamers. Thank you so much! This week we'll gather survey information from backers and then we'll start divvying out juicy rewards! Fun times will be had. 14 | 15 | ## You can still preorder and get early access 16 | 17 | Did you miss the Kickstarter? No worries! You can still preorder Crypt Run AND get [early access](http://www.cryptrun.com/) to weekly alpha builds! 18 | 19 | 24 | -------------------------------------------------------------------------------- /_posts/2014-07-04-awl-skyrocket.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Celebrate independence with a Skyrocket" 4 | author: matt 5 | tags: [skyrocket, wizardslizard] 6 | --- 7 | 8 | Whether you celebrate July 4th or not, independence is a grand thing. We here at Lost Decade Games care deeply about independence, and indie games are a fun way to express that. 9 | 10 | To celebrate properly, we've added a new Skyrocket weapon to [A Wizard's Lizard](http://www.wizardslizard.com/). It's available for purchase in town. If you can't afford it yet, you might need to explore the dungeons to see if any grateful hostages might contribute to your cause… 11 | 12 |
13 | 14 | Skyrocket in AWL 15 | 16 |
17 | 18 | Happy 4th, happy gaming, and thanks for all your incredible support! 19 | -------------------------------------------------------------------------------- /_posts/_lostcast_template.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "Lostcast TBD: TBD" 4 | author: matt 5 | tags: [lostcast] 6 | podcast: 7 | title: "Lostcast TBD" 8 | subtitle: "TBD" 9 | summary: "TBD" 10 | duration: "TBD:TBD:TBD" 11 | length: TBD 12 | filesize: TBD MB 13 | pubDate: "Tue, 01 TBD 2017 00:00:00 GMT" 14 | mp3url: http://media.lostdecadegames.com/lostcast/lostcast_TBD.mp3 15 | keywords: html5, games, lost decade games, gamedev, podcast, indie, lostcast 16 | --- 17 | _**Lostcast** is the Lost Decade Games podcast, where [Geoff and Matt](/about/) talk about running a small, independent game studio._ 18 | 19 | {{ page.podcast.summary }} 20 | 21 | 22 | Download {{ page.podcast.title }} ({{ page.podcast.duration }}, {{ page.podcast.filesize }}) 23 | 24 | 25 | ## Show notes 26 | 27 | * [TBD]() 28 | * []() 29 | * [LDG Patreon](https://www.patreon.com/lostdecadegames) 30 | * [LDG Discord](https://discord.gg/jNHav65) 31 | * You were played out by []() 32 | 33 | Thanks for listening! Subscribe below: 34 | -------------------------------------------------------------------------------- /_posts/_post_template.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: article 3 | title: "" 4 | author: matt 5 | --- 6 |
7 | 8 | 9 | 10 |
11 | 12 | ## 13 | 14 | * []() 15 | 16 | [1]: 17 | -------------------------------------------------------------------------------- /about/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: About 4 | comments: hidden 5 | --- 6 |
7 |
8 |

About LDG

9 |
10 |
11 | 12 |
13 |

14 | Lost Decade Games is an award-winning independent game company founded in 2010 by Geoff Blair and Matt Hackett. 15 |

16 | 17 |

More information

18 | 23 | 24 |

25 | Download press kit 26 |

27 |
28 | -------------------------------------------------------------------------------- /contact/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Contact LDG 4 | comments: hidden 5 | --- 6 |
7 |
8 |

Contact us

9 |
10 |
11 | 12 |
13 |

Email

14 |

15 | hello@lostdecadegames.com 16 |

17 | 18 | 27 | 28 |

On the web

29 | 37 |
38 | -------------------------------------------------------------------------------- /demos/analog_sticks/README.md: -------------------------------------------------------------------------------- 1 | # Analog thumb sticks for iOS using HTML5 2 | 3 | [Read the article here.](http://www.lostdecadegames.com/analog-thumb-sticks-for-ios-using-html5/) 4 | -------------------------------------------------------------------------------- /demos/analog_sticks/img/Analog_stick_guide_by_Eric_the_Rexman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/analog_sticks/img/Analog_stick_guide_by_Eric_the_Rexman.png -------------------------------------------------------------------------------- /demos/analog_sticks/img/stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/analog_sticks/img/stick.png -------------------------------------------------------------------------------- /demos/analog_sticks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Analog Stick Example 5 | 6 | 10 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /demos/analog_sticks/ios.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Analog Sticks Example (iOS) 5 | 6 | 10 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /demos/analog_sticks/static_with_graphic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Static Analog Stick Example (with graphic) 5 | 6 | 10 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /demos/audia/examples/audio/demoblin_attacks.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/audia/examples/audio/demoblin_attacks.mp3 -------------------------------------------------------------------------------- /demos/audia/examples/audio/shop.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/audia/examples/audio/shop.mp3 -------------------------------------------------------------------------------- /demos/firefox_audio_canplay_bugs/README.md: -------------------------------------------------------------------------------- 1 | # Firefox Audio canplay bugs 2 | 3 | This repository demonstrates audio playback bugs in Firefox for Mac. 4 | 5 | Replicated on: 6 | Firefox 13.0.1 7 | Mac OS X 10.7.4 8 | -------------------------------------------------------------------------------- /demos/firefox_audio_canplay_bugs/lunch_bug_gameplay1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/firefox_audio_canplay_bugs/lunch_bug_gameplay1.ogg -------------------------------------------------------------------------------- /demos/firefox_audio_canplay_bugs/lunch_bug_gameplay2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/firefox_audio_canplay_bugs/lunch_bug_gameplay2.ogg -------------------------------------------------------------------------------- /demos/lunch_bug_animation_preview/media/images/berry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/lunch_bug_animation_preview/media/images/berry.png -------------------------------------------------------------------------------- /demos/lunch_bug_animation_preview/media/images/bulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/lunch_bug_animation_preview/media/images/bulb.png -------------------------------------------------------------------------------- /demos/lunch_bug_animation_preview/media/images/lars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/lunch_bug_animation_preview/media/images/lars.png -------------------------------------------------------------------------------- /demos/lunch_bug_animation_preview/media/images/seedling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/lunch_bug_animation_preview/media/images/seedling.png -------------------------------------------------------------------------------- /demos/onslaught2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Onslaught2 Prototype 5 | 6 | 25 | 26 | 27 | 28 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/bat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/bat.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/bat_brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/bat_brown.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/cube.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/cyclops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/cyclops.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/demoblin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/demoblin.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/dragon.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/gel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/gel.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/goblin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/goblin.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/imp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/imp.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/objects.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/owlbear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/owlbear.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/powerups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/powerups.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/reticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/reticle.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/sandworm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/sandworm.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/sandworm_submerged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/sandworm_submerged.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/skull.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/skull_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/skull_big.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/spawner_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/spawner_alpha.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/spawner_alpha_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/spawner_alpha_03.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/weapons.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/wizard.png -------------------------------------------------------------------------------- /demos/onslaught2/media/entities/xam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/entities/xam.png -------------------------------------------------------------------------------- /demos/onslaught2/media/music/cave.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/music/cave.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/music/forest.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/music/forest.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/music/forest.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/music/forest.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/music/normal_battle.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/music/normal_battle.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/bat_damage.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/bat_damage.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/bat_damage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/bat_damage.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/bat_death.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/bat_death.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/bat_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/bat_death.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cube_damage.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cube_damage.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cube_damage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cube_damage.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cube_death.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cube_death.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cube_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cube_death.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cyclops_attacks.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cyclops_attacks.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cyclops_damage.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cyclops_damage.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/cyclops_death.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/cyclops_death.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/goblin_attacks.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/goblin_attacks.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/goblin_attacks.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/goblin_attacks.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/goblin_damage.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/goblin_damage.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/goblin_damage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/goblin_damage.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/goblin_death.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/goblin_death.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/goblin_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/goblin_death.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/hero_attacks.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/hero_attacks.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/hero_attacks.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/hero_attacks.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/hero_damage.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/hero_damage.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/hero_damage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/hero_damage.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/hero_death.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/hero_death.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/hero_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/hero_death.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/pickup_coin.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/pickup_coin.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/pickup_coin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/pickup_coin.ogg -------------------------------------------------------------------------------- /demos/onslaught2/media/sounds/pickup_food.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/sounds/pickup_food.mp3 -------------------------------------------------------------------------------- /demos/onslaught2/media/tilesets/cave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/tilesets/cave.png -------------------------------------------------------------------------------- /demos/onslaught2/media/tilesets/collision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/tilesets/collision.png -------------------------------------------------------------------------------- /demos/onslaught2/media/tilesets/forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/tilesets/forest.png -------------------------------------------------------------------------------- /demos/onslaught2/media/tilesets/tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/tilesets/tileset.png -------------------------------------------------------------------------------- /demos/onslaught2/media/tilesets/village.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/onslaught2/media/tilesets/village.png -------------------------------------------------------------------------------- /demos/simple_canvas_game/README.md: -------------------------------------------------------------------------------- 1 | # How to make a simple HTML5 Canvas game 2 | 3 | Build your first HTML5 Canvas game in no time! [Read the whole article here!](http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/) 4 | -------------------------------------------------------------------------------- /demos/simple_canvas_game/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/simple_canvas_game/images/background.png -------------------------------------------------------------------------------- /demos/simple_canvas_game/images/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/simple_canvas_game/images/hero.png -------------------------------------------------------------------------------- /demos/simple_canvas_game/images/monster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/demos/simple_canvas_game/images/monster.png -------------------------------------------------------------------------------- /demos/simple_canvas_game/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Simple Canvas Game 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /error.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Error 4 | comments: hidden 5 | --- 6 |
7 |
8 |

{{ page.title }}

9 | sorry about that 10 |
11 |
12 | 13 |
14 | 15 | 21 |
22 | 23 | 28 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/favicon.ico -------------------------------------------------------------------------------- /feeds/images/lunchBug/icons/28x28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/icons/28x28.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/promo/172x188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/promo/172x188.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/promo/278x188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/promo/278x188.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/promo/598x158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/promo/598x158.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/screenshots/292x162_gameplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/screenshots/292x162_gameplay.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/screenshots/292x162_levelSelect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/screenshots/292x162_levelSelect.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/screenshots/292x162_store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/screenshots/292x162_store.png -------------------------------------------------------------------------------- /feeds/images/lunchBug/screenshots/292x162_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/feeds/images/lunchBug/screenshots/292x162_title.png -------------------------------------------------------------------------------- /games/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Games 4 | --- 5 |
6 |
7 |

Games

8 | our major games 9 |
10 |
11 | 12 |
13 | 40 |
41 | -------------------------------------------------------------------------------- /games/latest-versions.json: -------------------------------------------------------------------------------- 1 | { 2 | "wizardsLizard": "1.0.85" 3 | } 4 | -------------------------------------------------------------------------------- /google6e7e6a4c3c064342.html: -------------------------------------------------------------------------------- 1 | google-site-verification: google6e7e6a4c3c064342.html -------------------------------------------------------------------------------- /igs/media/images/actors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/actors.png -------------------------------------------------------------------------------- /igs/media/images/credits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/credits.png -------------------------------------------------------------------------------- /igs/media/images/cta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/cta.png -------------------------------------------------------------------------------- /igs/media/images/ctaTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/ctaTitle.png -------------------------------------------------------------------------------- /igs/media/images/darkness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/darkness.png -------------------------------------------------------------------------------- /igs/media/images/doubt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/doubt.png -------------------------------------------------------------------------------- /igs/media/images/env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/env.png -------------------------------------------------------------------------------- /igs/media/images/icons/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/114.png -------------------------------------------------------------------------------- /igs/media/images/icons/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/128.png -------------------------------------------------------------------------------- /igs/media/images/icons/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/16.png -------------------------------------------------------------------------------- /igs/media/images/icons/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/19.png -------------------------------------------------------------------------------- /igs/media/images/icons/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/256.png -------------------------------------------------------------------------------- /igs/media/images/icons/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/29.png -------------------------------------------------------------------------------- /igs/media/images/icons/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/42.png -------------------------------------------------------------------------------- /igs/media/images/icons/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/48.png -------------------------------------------------------------------------------- /igs/media/images/icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/icons/favicon.ico -------------------------------------------------------------------------------- /igs/media/images/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/objects.png -------------------------------------------------------------------------------- /igs/media/images/parallax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/parallax.png -------------------------------------------------------------------------------- /igs/media/images/promo/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/promo/bg.png -------------------------------------------------------------------------------- /igs/media/images/promo/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/promo/title.png -------------------------------------------------------------------------------- /igs/media/images/text/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/black.png -------------------------------------------------------------------------------- /igs/media/images/text/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/blue.png -------------------------------------------------------------------------------- /igs/media/images/text/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/gold.png -------------------------------------------------------------------------------- /igs/media/images/text/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/gray.png -------------------------------------------------------------------------------- /igs/media/images/text/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/green.png -------------------------------------------------------------------------------- /igs/media/images/text/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/red.png -------------------------------------------------------------------------------- /igs/media/images/text/silver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/silver.png -------------------------------------------------------------------------------- /igs/media/images/text/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/text/white.png -------------------------------------------------------------------------------- /igs/media/images/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/ui.png -------------------------------------------------------------------------------- /igs/media/images/window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/images/window.png -------------------------------------------------------------------------------- /igs/media/music/alligators.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/music/alligators.ogg -------------------------------------------------------------------------------- /igs/media/music/corridor.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/music/corridor.ogg -------------------------------------------------------------------------------- /igs/media/music/flux.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/music/flux.ogg -------------------------------------------------------------------------------- /igs/media/music/funkBump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/music/funkBump.ogg -------------------------------------------------------------------------------- /igs/media/music/holdPlease.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/music/holdPlease.ogg -------------------------------------------------------------------------------- /igs/media/music/streets.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/music/streets.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/appear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/appear.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/banner1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/banner1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/banner2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/banner2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/beam.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/beam.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/bounce.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/bounce.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/cannon.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/cannon.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/collect1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/collect1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/collect2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/collect2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/damage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/damage.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/death.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/disappear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/disappear.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/explosion1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/explosion1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/explosion2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/explosion2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/fragileWarn.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/fragileWarn.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/grass.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/grass.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/gravity1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/gravity1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/gravity2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/gravity2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/joy1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/joy1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/joy2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/joy2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/jump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/jump.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/jump2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/jump2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/pulse.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/pulse.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/pulseBlock.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/pulseBlock.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/pulseBlockSolid.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/pulseBlockSolid.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/shot.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/survey1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/survey1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/survey2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/survey2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/teleport.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/teleport.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/warning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/warning.ogg -------------------------------------------------------------------------------- /igs/media/sounds/gameplay/woosh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/gameplay/woosh.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/add.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/add.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/backspace1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/backspace1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/backspace2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/backspace2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/choice1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/choice1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/choice2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/choice2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/clear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/clear.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/close.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/close.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/create.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/create.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/dialog1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/dialog1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/dialog2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/dialog2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/dialog3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/dialog3.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/dialog4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/dialog4.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/done.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/done.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/doubt.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/doubt.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/dud.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/dud.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/error.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/error.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/increase.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/increase.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/negate.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/negate.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/open.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/open.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/phase.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/phase.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/placeMed1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/placeMed1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/placeMed2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/placeMed2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/placeNeg1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/placeNeg1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/placeNeg2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/placeNeg2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/placePos1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/placePos1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/placePos2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/placePos2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/play.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/play.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/remove.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/remove.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/select.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/select.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/set.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/set.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/start.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/start.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/success.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/success.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/trash1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/trash1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/trash2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/trash2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/type1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/type1.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/type2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/type2.ogg -------------------------------------------------------------------------------- /igs/media/sounds/ui/unlock.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/igs/media/sounds/ui/unlock.ogg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: "Indie Games" 4 | --- 5 |
6 |
7 | 11 |
12 |
13 | 14 |
15 | 16 | 17 | 18 | 19 | 26 |
27 | 28 | 33 | -------------------------------------------------------------------------------- /lostcast/episodes/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: "Lostcast episodes" 4 | comments: hidden 5 | --- 6 |
7 |
8 |

Lostcast

9 | episode list 10 |
11 |
12 | 13 |
14 |

15 | Lostcast is a weekly podcast about making better games with small teams. 16 |

17 | 18 | 28 | 29 | 36 |
37 | -------------------------------------------------------------------------------- /lostcast/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: "Lostcast: game development podcast" 4 | comments: hidden 5 | --- 6 |
7 |
8 |

Lostcast

9 | The game development podcast (2011-2017) 10 |
11 |
12 | 13 |
14 | 15 | {% for post in site.tags.lostcast %} 16 | {% if forloop.first %} 17 |

{{ post.title }}

18 | {{ post.content }} 19 | {% endif %} 20 | {% endfor %} 21 |
22 | 23 | 24 |
25 |
26 |

Subscribe

27 | 32 | 33 |

34 | 35 | View all episodes 36 | 37 |

38 |
39 |
40 | -------------------------------------------------------------------------------- /lostcastsurvey/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Lostcast Listener Survey 4 | comments: hidden 5 | --- 6 |
7 |
8 |

{{ page.title }}

9 |
10 |
11 |

12 | Survey says! 13 |

14 | 17 | 18 | 21 | -------------------------------------------------------------------------------- /mailing-list/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Mailing List 4 | comments: hidden 5 | --- 6 |
7 |
8 |

{{ page.title }}

9 |
10 |
11 | 12 |
13 |

Sign up for our mailing list and you will get very occasional emails from us (mostly about our upcoming games).

14 |

We promise to respect your privacy. We will never give or sell your contact information to a third party.

15 | {% include misc/mailchimp-signup.html %} 16 |
17 | -------------------------------------------------------------------------------- /media/fonts/Cabin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/fonts/Cabin.woff -------------------------------------------------------------------------------- /media/fonts/DroidSans.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/fonts/DroidSans.woff -------------------------------------------------------------------------------- /media/images/games/asylumnight/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/asylumnight/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/banditblitz/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/banditblitz/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/lavablade/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lavablade/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/lavablade/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lavablade/lb.png -------------------------------------------------------------------------------- /media/images/games/lavablade/ost.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lavablade/ost.jpg -------------------------------------------------------------------------------- /media/images/games/lavablade/promo-2000x400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lavablade/promo-2000x400.jpg -------------------------------------------------------------------------------- /media/images/games/lavablade/promo-320x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lavablade/promo-320x200.png -------------------------------------------------------------------------------- /media/images/games/lavablade/promo-560x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lavablade/promo-560x180.png -------------------------------------------------------------------------------- /media/images/games/losetheheat/lth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/losetheheat/lth.png -------------------------------------------------------------------------------- /media/images/games/lunchbug/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lunchbug/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/lunchbug/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lunchbug/lb.png -------------------------------------------------------------------------------- /media/images/games/lunchbug/ost.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lunchbug/ost.jpg -------------------------------------------------------------------------------- /media/images/games/lunchbug/promo-2000x400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lunchbug/promo-2000x400.jpg -------------------------------------------------------------------------------- /media/images/games/lunchbug/promo-320x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lunchbug/promo-320x200.png -------------------------------------------------------------------------------- /media/images/games/lunchbug/promo-560x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/lunchbug/promo-560x180.png -------------------------------------------------------------------------------- /media/images/games/onslaught/onslaught_screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/onslaught/onslaught_screenshot.jpg -------------------------------------------------------------------------------- /media/images/games/onslaughtarena/ost.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/onslaughtarena/ost.jpg -------------------------------------------------------------------------------- /media/images/games/onslaughtarena/promo-320x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/onslaughtarena/promo-320x200.png -------------------------------------------------------------------------------- /media/images/games/onslaughtarena/promo-560x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/onslaughtarena/promo-560x180.png -------------------------------------------------------------------------------- /media/images/games/onslaughtdefense/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/onslaughtdefense/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/rampartrush/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/rampartrush/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/rampartrush/promo-2000x400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/rampartrush/promo-2000x400.jpg -------------------------------------------------------------------------------- /media/images/games/rampartrush/promo-320x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/rampartrush/promo-320x200.png -------------------------------------------------------------------------------- /media/images/games/rampartrush/promo-560x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/rampartrush/promo-560x180.png -------------------------------------------------------------------------------- /media/images/games/turkeyhunt/icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/turkeyhunt/icon-150x150.png -------------------------------------------------------------------------------- /media/images/games/wizardslizard/awl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/awl.png -------------------------------------------------------------------------------- /media/images/games/wizardslizard/promo-2000x400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/promo-2000x400.jpg -------------------------------------------------------------------------------- /media/images/games/wizardslizard/promo-320x200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/promo-320x200.png -------------------------------------------------------------------------------- /media/images/games/wizardslizard/promo-560x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/promo-560x180.png -------------------------------------------------------------------------------- /media/images/games/wizardslizard/screenshots/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/screenshots/screenshot1.png -------------------------------------------------------------------------------- /media/images/games/wizardslizard/screenshots/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/screenshots/screenshot2.png -------------------------------------------------------------------------------- /media/images/games/wizardslizard/screenshots/screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/games/wizardslizard/screenshots/screenshot3.png -------------------------------------------------------------------------------- /media/images/logo/ldgTiny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/logo/ldgTiny.png -------------------------------------------------------------------------------- /media/images/lostcast/1400x1400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/1400x1400.jpg -------------------------------------------------------------------------------- /media/images/lostcast/500x500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/500x500.jpg -------------------------------------------------------------------------------- /media/images/lostcast/600x600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/600x600.jpg -------------------------------------------------------------------------------- /media/images/lostcast/custom/impact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/custom/impact.png -------------------------------------------------------------------------------- /media/images/lostcast/custom/pokki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/custom/pokki.png -------------------------------------------------------------------------------- /media/images/lostcast/ldgTeam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/ldgTeam.jpg -------------------------------------------------------------------------------- /media/images/lostcast/makiRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/makiRect.png -------------------------------------------------------------------------------- /media/images/lostcast/sidebar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/sidebar.jpg -------------------------------------------------------------------------------- /media/images/lostcast/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/splash.jpg -------------------------------------------------------------------------------- /media/images/lostcast/subscribeIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/subscribeIcons.png -------------------------------------------------------------------------------- /media/images/lostcast/team.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/lostcast/team.jpg -------------------------------------------------------------------------------- /media/images/photos/contactUs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/photos/contactUs.jpg -------------------------------------------------------------------------------- /media/images/posts/2013/awl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/awl.png -------------------------------------------------------------------------------- /media/images/posts/2013/dat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/dat.png -------------------------------------------------------------------------------- /media/images/posts/2013/games.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/games.jpg -------------------------------------------------------------------------------- /media/images/posts/2013/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/header.jpg -------------------------------------------------------------------------------- /media/images/posts/2013/lavaBlade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/lavaBlade.png -------------------------------------------------------------------------------- /media/images/posts/2013/revenue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/revenue.png -------------------------------------------------------------------------------- /media/images/posts/2013/rttj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/2013/rttj.jpg -------------------------------------------------------------------------------- /media/images/posts/arno/arno.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/arno/arno.jpg -------------------------------------------------------------------------------- /media/images/posts/arno/arno_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/arno/arno_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/asylumNight/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/avatar.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/banner.jpg -------------------------------------------------------------------------------- /media/images/posts/asylumNight/dat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/dat.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/doctor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/doctor.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/gameplay1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/gameplay1.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/gameplay5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/gameplay5.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/levelEnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/levelEnd.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/sprite.png -------------------------------------------------------------------------------- /media/images/posts/asylumNight/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/asylumNight/title.png -------------------------------------------------------------------------------- /media/images/posts/awl/assets/characters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/assets/characters.png -------------------------------------------------------------------------------- /media/images/posts/awl/assets/items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/assets/items.png -------------------------------------------------------------------------------- /media/images/posts/awl/assets/monsters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/assets/monsters.png -------------------------------------------------------------------------------- /media/images/posts/awl/assets/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/assets/objects.png -------------------------------------------------------------------------------- /media/images/posts/awl/assets/traps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/assets/traps.png -------------------------------------------------------------------------------- /media/images/posts/awl/assets/weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/assets/weapons.png -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/bosses.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/bosses.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/explosions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/explosions.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/monsters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/monsters.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/secrets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/secrets.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/settings.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/soulBlast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/soulBlast.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/fullsize/totems.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/fullsize/totems.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/bosses.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/bosses.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/explosions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/explosions.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/monsters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/monsters.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/secrets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/secrets.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/settings.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/soulBlast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/soulBlast.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/immortal/thumbs/totems.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/immortal/thumbs/totems.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/numbers/awl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/numbers/awl.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/numbers/awlPieChart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/numbers/awlPieChart.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/numbers/death.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/numbers/death.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/numbers/greenlightChart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/numbers/greenlightChart.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/numbers/skyrocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/numbers/skyrocket.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/scene500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/scene500.jpg -------------------------------------------------------------------------------- /media/images/posts/awl/skyrocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/awl/skyrocket.jpg -------------------------------------------------------------------------------- /media/images/posts/biz_cards/angled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/biz_cards/angled.jpg -------------------------------------------------------------------------------- /media/images/posts/biz_cards/angled_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/biz_cards/angled_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/biz_cards/straight_on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/biz_cards/straight_on.jpg -------------------------------------------------------------------------------- /media/images/posts/biz_cards/straight_on_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/biz_cards/straight_on_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/1x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/1x2.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/1x2_x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/1x2_x2.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/2moq99s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/2moq99s.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/final_fantasy_vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/final_fantasy_vi.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/final_fantasy_vi_with_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/final_fantasy_vi_with_grid.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/link.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/link_4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/link_4x4.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/link_8x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/link_8x8.png -------------------------------------------------------------------------------- /media/images/posts/bootstrap_pixels/spritesheet_by_oryx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/bootstrap_pixels/spritesheet_by_oryx.png -------------------------------------------------------------------------------- /media/images/posts/canvasTransform/simpleCanvasTransform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/canvasTransform/simpleCanvasTransform.png -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choco_bats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choco_bats.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choco_bats_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choco_bats_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choco_beholder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choco_beholder.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choco_beholder_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choco_beholder_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choco_xam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choco_xam.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choco_xam_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choco_xam_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choconslaught_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choconslaught_1.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/choconslaught_1_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/choconslaught_1_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/truffles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/truffles.jpg -------------------------------------------------------------------------------- /media/images/posts/choconslaught/truffles_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/choconslaught/truffles_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/achievements.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/achievements.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/attack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/attack.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/banner.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cae.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cae.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/caf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/caf.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..16.03.56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..16.03.56.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..16.06.34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..16.06.34.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..18.47.22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..18.47.22.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..18.48.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..18.48.14.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..18.48.21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..18.48.21.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..18.50.25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..18.50.25.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..18.54.23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..18.54.23.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..18.56.46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..18.56.46.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..19.03.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..19.03.14.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..19.03.46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..19.03.46.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..19.10.00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..19.10.00.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/photos/2013.07.14..19.10.34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/photos/2013.07.14..19.10.34.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..16.03.56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..16.03.56.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..16.06.34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..16.06.34.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.47.22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.47.22.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.48.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.48.14.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.48.21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.48.21.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.50.25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.50.25.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.54.23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.54.23.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.56.46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..18.56.46.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.03.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.03.14.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.03.46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.03.46.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.10.00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.10.00.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.10.34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/thumbs/2013.07.14..19.10.34.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cax/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cax/title.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cemetery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cemetery.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/chest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/chest.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/crOnWiiU500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/crOnWiiU500.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/cryptRunBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/cryptRunBanner.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/gameOver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/gameOver.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/geoffRunScreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/geoffRunScreenshot.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/geoffRunThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/geoffRunThumb.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/geoffRunTitle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/geoffRunTitle.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/helpNoMoney.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/helpNoMoney.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/badge50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/badge50.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/chart.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/geoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/geoff.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/graph.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/kids.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/kids.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/banner.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/dailyBackers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/dailyBackers.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/dailyPledges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/dailyPledges.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/fundingProgress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/fundingProgress.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/linux.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/linux.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/projectVideoStats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/projectVideoStats.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/referrers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/referrers.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/rewardPopularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/rewardPopularity.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/thumbs/fundingProgress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/thumbs/fundingProgress.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/thumbs/projectVideoStats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/thumbs/projectVideoStats.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/thumbs/referrers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/thumbs/referrers.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/thumbs/rewardPopularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/thumbs/rewardPopularity.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/pm/video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/pm/video.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/reddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/reddit.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/thumbs/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/thumbs/chart.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/thumbs/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/thumbs/graph.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/ks/tombs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/ks/tombs.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/lichcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/lichcast.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/liveCountdown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/liveCountdown.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/sticker3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/sticker3.png -------------------------------------------------------------------------------- /media/images/posts/cryptRun/success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/success.jpg -------------------------------------------------------------------------------- /media/images/posts/cryptRun/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/cryptRun/title.jpg -------------------------------------------------------------------------------- /media/images/posts/faf/bomb_party/sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/faf/bomb_party/sheet.png -------------------------------------------------------------------------------- /media/images/posts/faf/bomb_party/sheet_x5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/faf/bomb_party/sheet_x5.png -------------------------------------------------------------------------------- /media/images/posts/faf/lemcraft/lemcraft_art.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/faf/lemcraft/lemcraft_art.zip -------------------------------------------------------------------------------- /media/images/posts/faf/lemcraft/screenshot_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/faf/lemcraft/screenshot_01.png -------------------------------------------------------------------------------- /media/images/posts/faf/lemcraft/screenshot_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/faf/lemcraft/screenshot_02.png -------------------------------------------------------------------------------- /media/images/posts/faf/lemcraft/tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/faf/lemcraft/tiles.png -------------------------------------------------------------------------------- /media/images/posts/free_graphics_1996/DRAGON_by_Mike_Hackett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/free_graphics_1996/DRAGON_by_Mike_Hackett.png -------------------------------------------------------------------------------- /media/images/posts/free_graphics_1996/DRAGON_by_Mike_Hackett_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/free_graphics_1996/DRAGON_by_Mike_Hackett_alpha.png -------------------------------------------------------------------------------- /media/images/posts/free_graphics_1996/DRAGON_by_Mike_Hackett_x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/free_graphics_1996/DRAGON_by_Mike_Hackett_x3.png -------------------------------------------------------------------------------- /media/images/posts/geoff/forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/geoff/forest.png -------------------------------------------------------------------------------- /media/images/posts/geoff/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/geoff/teaser.png -------------------------------------------------------------------------------- /media/images/posts/ieXbox/arcade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/ieXbox/arcade.jpg -------------------------------------------------------------------------------- /media/images/posts/ieXbox/controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/ieXbox/controller.png -------------------------------------------------------------------------------- /media/images/posts/ieXbox/lbTitle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/ieXbox/lbTitle.jpg -------------------------------------------------------------------------------- /media/images/posts/ieXbox/odResults.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/ieXbox/odResults.jpg -------------------------------------------------------------------------------- /media/images/posts/indiebside/albumArt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/indiebside/albumArt.png -------------------------------------------------------------------------------- /media/images/posts/indiebside/albumArt4x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/indiebside/albumArt4x.png -------------------------------------------------------------------------------- /media/images/posts/indiebside/beta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/indiebside/beta.png -------------------------------------------------------------------------------- /media/images/posts/indiebside/cube.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/indiebside/cube.gif -------------------------------------------------------------------------------- /media/images/posts/indiebside/sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/indiebside/sketch.png -------------------------------------------------------------------------------- /media/images/posts/indiebside/sleeve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/indiebside/sleeve.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/art/lars_progression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/art/lars_progression.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/art/lars_super_deformed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/art/lars_super_deformed.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/art/ogre_progression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/art/ogre_progression.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/art/ogre_sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/art/ogre_sketch.jpg -------------------------------------------------------------------------------- /media/images/posts/lava_blade/art/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/art/teaser.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/gameplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/gameplay.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/ost.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/ost.jpg -------------------------------------------------------------------------------- /media/images/posts/lava_blade/release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/release.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/screenshots/overworldForest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/screenshots/overworldForest.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/screenshots/pokurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/screenshots/pokurt.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/screenshots/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/screenshots/title.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/screenshots/volcanoBattle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/screenshots/volcanoBattle.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/swamp/color_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/swamp/color_test.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/swamp/scene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/swamp/scene.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/swamp/sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/swamp/sketch.jpg -------------------------------------------------------------------------------- /media/images/posts/lava_blade/swamp/swamp_wip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/swamp/swamp_wip.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/title.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/title0540.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/title0540.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/words/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/words/all.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/words/characterenemyweaponstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/words/characterenemyweaponstore.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/words/levels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/words/levels.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/words/overallgamepacinggoals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/words/overallgamepacinggoals.png -------------------------------------------------------------------------------- /media/images/posts/lava_blade/words/overallgamepacinggoalsenemybehavior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_blade/words/overallgamepacinggoalsenemybehavior.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/lava_sword_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/lava_sword_01.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/lava_sword_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/lava_sword_02.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/more_gfx_coming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/more_gfx_coming.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/portals/game_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/portals/game_over.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/portals/gameplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/portals/gameplay.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/portals/gameplay_pain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/portals/gameplay_pain.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/portals/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/portals/menu.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/portals/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/portals/title.png -------------------------------------------------------------------------------- /media/images/posts/lava_sword/rectangles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lava_sword/rectangles.png -------------------------------------------------------------------------------- /media/images/posts/lostcast/date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/date.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/episode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/episode.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/month.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/month.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/percent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/percent.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/thumbs/date.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/thumbs/date.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/thumbs/episode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/thumbs/episode.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/thumbs/month.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/thumbs/month.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/thumbs/percent.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/thumbs/percent.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast/vidpros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast/vidpros.png -------------------------------------------------------------------------------- /media/images/posts/lostcast_07/matt_and_geoff_podcasting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_07/matt_and_geoff_podcasting.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast_07/matt_and_geoff_podcasting_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_07/matt_and_geoff_podcasting_small.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast_08/zelda_vs_golden_axe_warrior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_08/zelda_vs_golden_axe_warrior.png -------------------------------------------------------------------------------- /media/images/posts/lostcast_08/zelda_vs_golden_axe_warrior_thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_08/zelda_vs_golden_axe_warrior_thumbnail.png -------------------------------------------------------------------------------- /media/images/posts/lostcast_13/shots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_13/shots.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast_16/lostcast_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_16/lostcast_logo.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast_16/webgamepad-v2-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_16/webgamepad-v2-back.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast_16/webgamepad-v2-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_16/webgamepad-v2-front.jpg -------------------------------------------------------------------------------- /media/images/posts/lostcast_16/webgamepad-v2-playing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lostcast_16/webgamepad-v2-playing.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/android_landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/android_landscape.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/berry_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/berry_200.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/bug_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/bug_200.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/cws_games.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/cws_games.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/cws_games_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/cws_games_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/cws_hp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/cws_hp.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/cws_hp_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/cws_hp_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/geoff_and_ludei.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/geoff_and_ludei.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_5.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/before_landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/before_landscape.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/before_portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/before_portrait.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/button_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/button_highlight.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/button_org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/button_org.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/gameplay_rug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/gameplay_rug.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/path_dirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/path_dirt.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/sketch.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/sketch_thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/sketch_thumb.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/tiles.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/level_select/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/level_select/title.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/mushroom_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/mushroom_200.png -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/on_fire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/on_fire.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/ost.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/ost.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/skip_tutorial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/skip_tutorial.jpg -------------------------------------------------------------------------------- /media/images/posts/lunch_bug/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/lunch_bug/title.jpg -------------------------------------------------------------------------------- /media/images/posts/mailbag/treasureGoblin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/mailbag/treasureGoblin.png -------------------------------------------------------------------------------- /media/images/posts/maki/cats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/cats.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/devices.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/familyRoom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/familyRoom.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/ldg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/ldg.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/lostcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/lostcast.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/lunchBox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/lunchBox.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/mattStudio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/mattStudio.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/cats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/cats.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/devices.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/familyRoom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/familyRoom.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/ldg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/ldg.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/lostcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/lostcast.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/lunchBox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/lunchBox.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/mattStudio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/mattStudio.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/thumbs/whiteboarding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/thumbs/whiteboarding.jpg -------------------------------------------------------------------------------- /media/images/posts/maki/whiteboarding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/maki/whiteboarding.jpg -------------------------------------------------------------------------------- /media/images/posts/misc/2013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/misc/2013.png -------------------------------------------------------------------------------- /media/images/posts/misc/dragonsGameboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/misc/dragonsGameboard.jpg -------------------------------------------------------------------------------- /media/images/posts/misc/lasertime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/misc/lasertime.png -------------------------------------------------------------------------------- /media/images/posts/misc/lolslaught2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/misc/lolslaught2.png -------------------------------------------------------------------------------- /media/images/posts/onslaught2/onslaught2_cave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught2/onslaught2_cave.png -------------------------------------------------------------------------------- /media/images/posts/onslaught2/onslaught2_village.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught2/onslaught2_village.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/01_first_whiteboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/01_first_whiteboard.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/02_early_environment_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/02_early_environment_test.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/03_whiteboard_flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/03_whiteboard_flow.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/04_objects_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/04_objects_test.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/05_ldg_making_onslaught.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/05_ldg_making_onslaught.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/06_whiteboard_enemy_stats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/06_whiteboard_enemy_stats.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/07_dragon_tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/07_dragon_tests.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/08_google_contest_poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/08_google_contest_poster.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/09_chrome_launch_wall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/09_chrome_launch_wall.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/10_lol_beach_party.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/10_lol_beach_party.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/11_sunken_city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/11_sunken_city.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/12_demo_party.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/12_demo_party.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/13_ipad_new_and_noteworthy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/13_ipad_new_and_noteworthy.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/14_game_developer_magazine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/14_game_developer_magazine.jpg -------------------------------------------------------------------------------- /media/images/posts/onslaught_history_in_images/15_ipad_stage_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_history_in_images/15_ipad_stage_select.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_news/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_news/icon.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_news/onslactocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_news/onslactocat.png -------------------------------------------------------------------------------- /media/images/posts/onslaught_news/ost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/onslaught_news/ost.png -------------------------------------------------------------------------------- /media/images/posts/osxapps/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/osxapps/header.png -------------------------------------------------------------------------------- /media/images/posts/pokki/1_minotaur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/1_minotaur.jpg -------------------------------------------------------------------------------- /media/images/posts/pokki/3rd_place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/3rd_place.png -------------------------------------------------------------------------------- /media/images/posts/pokki/announcement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/announcement.jpg -------------------------------------------------------------------------------- /media/images/posts/pokki/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/homepage.png -------------------------------------------------------------------------------- /media/images/posts/pokki/thumbnails/1_minotaur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/thumbnails/1_minotaur.jpg -------------------------------------------------------------------------------- /media/images/posts/pokki/thumbnails/3rd_place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/thumbnails/3rd_place.png -------------------------------------------------------------------------------- /media/images/posts/pokki/thumbnails/announcement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/thumbnails/announcement.jpg -------------------------------------------------------------------------------- /media/images/posts/pokki/thumbnails/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/pokki/thumbnails/homepage.png -------------------------------------------------------------------------------- /media/images/posts/rampart/battleCleared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/battleCleared.png -------------------------------------------------------------------------------- /media/images/posts/rampart/bossBattle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/bossBattle.png -------------------------------------------------------------------------------- /media/images/posts/rampart/chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/chest.png -------------------------------------------------------------------------------- /media/images/posts/rampart/grounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/grounds.png -------------------------------------------------------------------------------- /media/images/posts/rampart/lightningBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/lightningBolt.png -------------------------------------------------------------------------------- /media/images/posts/rampart/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/title.png -------------------------------------------------------------------------------- /media/images/posts/rampart/upgradeWalls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/rampart/upgradeWalls.png -------------------------------------------------------------------------------- /media/images/posts/spotlights/faerie_alchemy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/spotlights/faerie_alchemy.jpg -------------------------------------------------------------------------------- /media/images/posts/spotlights/pixel_blast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/spotlights/pixel_blast.png -------------------------------------------------------------------------------- /media/images/posts/tg/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/tg/running.png -------------------------------------------------------------------------------- /media/images/posts/tg/runningGeoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/tg/runningGeoff.png -------------------------------------------------------------------------------- /media/images/posts/tg/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/tg/title.png -------------------------------------------------------------------------------- /media/images/posts/tg/titleGeoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/tg/titleGeoff.png -------------------------------------------------------------------------------- /media/images/posts/turkey12/gameplay1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/turkey12/gameplay1.png -------------------------------------------------------------------------------- /media/images/posts/tuts/simple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/tuts/simple.jpg -------------------------------------------------------------------------------- /media/images/posts/waveform4/kick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/waveform4/kick.gif -------------------------------------------------------------------------------- /media/images/posts/waveform4/prod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/waveform4/prod.jpg -------------------------------------------------------------------------------- /media/images/posts/waveform4/sketch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/waveform4/sketch.jpg -------------------------------------------------------------------------------- /media/images/posts/waveform4/wip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/waveform4/wip.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/header.png -------------------------------------------------------------------------------- /media/images/posts/wiiu/html5test/audio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/html5test/audio.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/html5test/experimental.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/html5test/experimental.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/html5test/score.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/html5test/score.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/html5test/storageWorkers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/html5test/storageWorkers.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/html5test/webAppSecurity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/html5test/webAppSecurity.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/html5test/webGLetc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/html5test/webGLetc.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/oa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/oa.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/od.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/od.jpg -------------------------------------------------------------------------------- /media/images/posts/wiiu/odFPS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wiiu/odFPS.jpg -------------------------------------------------------------------------------- /media/images/posts/wizliz/boxart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/posts/wizliz/boxart.png -------------------------------------------------------------------------------- /media/images/splashes/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/about.jpg -------------------------------------------------------------------------------- /media/images/splashes/awl2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/awl2.jpg -------------------------------------------------------------------------------- /media/images/splashes/cax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/cax.jpg -------------------------------------------------------------------------------- /media/images/splashes/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/contact.jpg -------------------------------------------------------------------------------- /media/images/splashes/episode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/episode.jpg -------------------------------------------------------------------------------- /media/images/splashes/error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/error.jpg -------------------------------------------------------------------------------- /media/images/splashes/games.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/games.jpg -------------------------------------------------------------------------------- /media/images/splashes/geoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/geoff.jpg -------------------------------------------------------------------------------- /media/images/splashes/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/home.jpg -------------------------------------------------------------------------------- /media/images/splashes/igs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/igs.jpg -------------------------------------------------------------------------------- /media/images/splashes/immortal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/immortal.jpg -------------------------------------------------------------------------------- /media/images/splashes/laptop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/laptop.jpg -------------------------------------------------------------------------------- /media/images/splashes/lavablade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/lavablade.jpg -------------------------------------------------------------------------------- /media/images/splashes/list.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/list.jpg -------------------------------------------------------------------------------- /media/images/splashes/lostcast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/lostcast.jpg -------------------------------------------------------------------------------- /media/images/splashes/matt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/matt.jpg -------------------------------------------------------------------------------- /media/images/splashes/onslaught.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/onslaught.jpg -------------------------------------------------------------------------------- /media/images/splashes/privacy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/privacy.jpg -------------------------------------------------------------------------------- /media/images/splashes/skyrocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/skyrocket.jpg -------------------------------------------------------------------------------- /media/images/splashes/team.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/team.jpg -------------------------------------------------------------------------------- /media/images/splashes/video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/splashes/video.jpg -------------------------------------------------------------------------------- /media/images/ui/html5-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/ui/html5-white.png -------------------------------------------------------------------------------- /media/images/ui/logo-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/ui/logo-new.png -------------------------------------------------------------------------------- /media/images/ui/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/images/ui/social.png -------------------------------------------------------------------------------- /media/lostDecadeGamesPressKit.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lostdecade/manor/e50828178fa68705c5ef2c163b6908e11afe6752/media/lostDecadeGamesPressKit.zip -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /media 3 | Disallow: /error.html 4 | Disallow: /sandbox 5 | -------------------------------------------------------------------------------- /rss.xml: -------------------------------------------------------------------------------- 1 | --- 2 | --- 3 | 4 | 5 | Lost Decade Games 6 | 7 | 8 | {{ site.time | date_to_xmlschema }} 9 | http://www.lostdecadegames.com/ 10 | 11 | Lost Decade Games 12 | hello@lostdecadegames.com 13 | 14 | {% for post in site.posts %} 15 | 16 | {{ post.title | xml_escape }} 17 | 18 | {{ post.date | date_to_xmlschema }} 19 | http://www.lostdecadegames.com{{ post.id }} 20 | {{ post.content | xml_escape }} 21 | 22 | {% endfor %} 23 | 24 | -------------------------------------------------------------------------------- /support/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Support 4 | comments: hidden 5 | --- 6 |
7 |
8 |

Support

9 |
10 |
11 | 12 |
13 |

14 | We're here to help. 15 |

16 | 17 |

18 | Please email us at hello@lostdecadegames.com 19 | (or post on our forum) and we'll help you as soon as we can. 20 |

21 |
22 | --------------------------------------------------------------------------------