├── Final - end of part 13.zip ├── end of part 1.zip ├── end of part 10.zip ├── end of part 11.zip ├── end of part 12.zip ├── end of part 2.zip ├── end of part 3.zip ├── end of part 4.zip ├── end of part 5 & 6.zip ├── end of part 7.zip ├── end of part 8.zip ├── end of part 9.zip ├── start.rar └── start ├── assets ├── audio │ ├── bombExplosion.mp3 │ ├── enemyHurt.mp3 │ ├── importantItem.mp3 │ ├── linkHurt.mp3 │ ├── overworld.mp3 │ ├── pickupRupie.mp3 │ ├── placeBomb.mp3 │ ├── silence.mp3 │ └── swordSlash.mp3 ├── cloud.png ├── inventory │ ├── A.png │ ├── B.png │ ├── emptyHeart.png │ ├── fullHeart.png │ ├── goldIcon.png │ ├── halfHeart.png │ ├── keyAndBombIcon.png │ └── life.png ├── link.png ├── overworld │ ├── actionableTiles │ │ └── 0.png │ ├── collidables │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ └── 6.png │ ├── enemies │ │ └── enemies.png │ └── tiles │ │ └── 0.png └── shop │ ├── actionableTiles │ └── 0.png │ ├── collidables │ ├── 0.png │ └── 1.png │ ├── enemies │ └── fire │ │ └── 0.png │ └── tiles │ └── 0.png ├── index.html └── index.js /Final - end of part 13.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/Final - end of part 13.zip -------------------------------------------------------------------------------- /end of part 1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 1.zip -------------------------------------------------------------------------------- /end of part 10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 10.zip -------------------------------------------------------------------------------- /end of part 11.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 11.zip -------------------------------------------------------------------------------- /end of part 12.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 12.zip -------------------------------------------------------------------------------- /end of part 2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 2.zip -------------------------------------------------------------------------------- /end of part 3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 3.zip -------------------------------------------------------------------------------- /end of part 4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 4.zip -------------------------------------------------------------------------------- /end of part 5 & 6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 5 & 6.zip -------------------------------------------------------------------------------- /end of part 7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 7.zip -------------------------------------------------------------------------------- /end of part 8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 8.zip -------------------------------------------------------------------------------- /end of part 9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/end of part 9.zip -------------------------------------------------------------------------------- /start.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start.rar -------------------------------------------------------------------------------- /start/assets/audio/bombExplosion.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/bombExplosion.mp3 -------------------------------------------------------------------------------- /start/assets/audio/enemyHurt.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/enemyHurt.mp3 -------------------------------------------------------------------------------- /start/assets/audio/importantItem.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/importantItem.mp3 -------------------------------------------------------------------------------- /start/assets/audio/linkHurt.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/linkHurt.mp3 -------------------------------------------------------------------------------- /start/assets/audio/overworld.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/overworld.mp3 -------------------------------------------------------------------------------- /start/assets/audio/pickupRupie.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/pickupRupie.mp3 -------------------------------------------------------------------------------- /start/assets/audio/placeBomb.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/placeBomb.mp3 -------------------------------------------------------------------------------- /start/assets/audio/silence.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/silence.mp3 -------------------------------------------------------------------------------- /start/assets/audio/swordSlash.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/audio/swordSlash.mp3 -------------------------------------------------------------------------------- /start/assets/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/cloud.png -------------------------------------------------------------------------------- /start/assets/inventory/A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/A.png -------------------------------------------------------------------------------- /start/assets/inventory/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/B.png -------------------------------------------------------------------------------- /start/assets/inventory/emptyHeart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/emptyHeart.png -------------------------------------------------------------------------------- /start/assets/inventory/fullHeart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/fullHeart.png -------------------------------------------------------------------------------- /start/assets/inventory/goldIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/goldIcon.png -------------------------------------------------------------------------------- /start/assets/inventory/halfHeart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/halfHeart.png -------------------------------------------------------------------------------- /start/assets/inventory/keyAndBombIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/keyAndBombIcon.png -------------------------------------------------------------------------------- /start/assets/inventory/life.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/inventory/life.png -------------------------------------------------------------------------------- /start/assets/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/link.png -------------------------------------------------------------------------------- /start/assets/overworld/actionableTiles/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/actionableTiles/0.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/1.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/10.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/11.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/2.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/20.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/3.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/4.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/5.png -------------------------------------------------------------------------------- /start/assets/overworld/collidables/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/collidables/6.png -------------------------------------------------------------------------------- /start/assets/overworld/enemies/enemies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/enemies/enemies.png -------------------------------------------------------------------------------- /start/assets/overworld/tiles/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/overworld/tiles/0.png -------------------------------------------------------------------------------- /start/assets/shop/actionableTiles/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/shop/actionableTiles/0.png -------------------------------------------------------------------------------- /start/assets/shop/collidables/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/shop/collidables/0.png -------------------------------------------------------------------------------- /start/assets/shop/collidables/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/shop/collidables/1.png -------------------------------------------------------------------------------- /start/assets/shop/enemies/fire/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/shop/enemies/fire/0.png -------------------------------------------------------------------------------- /start/assets/shop/tiles/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/assets/shop/tiles/0.png -------------------------------------------------------------------------------- /start/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /start/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/powerupprogramming/Legend-Of-Zelda-Javascript/fc53eac95997a1d42788cdd78cfcc2474fd794f5/start/index.js --------------------------------------------------------------------------------