Querying the World | Recreating Zelda

Channel:
Subscribers:
114,000
Published on ● Video Link: https://www.youtube.com/watch?v=2EPBHHE-ZU0



Duration: 0:00
9,387 views
376


Episode #4 of a game-development series about creating a Zelda game from scratch. In this video, we implement the interaction mechanic, where Link can walk up to stuff, press A, and talk to people, open chests, pull switches, etc.

Music: Eastern Palace - The Legend of Zelda: A Link Between Worlds


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...