Bombs and Explosions! | Recreating Zelda
Episode #7 of a game-development series about creating a Zelda game from scratch. In this video, we create the second item for Link: the bombs! We'll make it so Link can drop bombs anywhere in the game, and they will explode after a few seconds.
Music: Bazaar - Skyward Sword
For legal reasons, I needed to remove the original GitHub repo for this series. Apologies for the inconvenience; the rebooted repo can be found here:
https://github.com/kyleschaub/legend-of-lua
This series utilizes the game framework LÖVE (Love2D) and the programming language Lua. These are excellent, beginner-friendly tools for making 2D games, and I'd highly recommend checking it out! If you're interested in learning more, check out my video on Love2D basics:
• Make Games with Love2D - Setup, Struc...