If you thought Python was all automation and NLP, think again. Clear Code put together a 7.5 hour tutorial on how to make your own Zelda-style RPG using Pygame including level setup, character building, graphics, animations, and interactions with enemies. This is the perfect project for anyone looking to push their Python skills beyond the usual.
And for something similar, check out this remake of The Legend of Zelda: Link’s Awakening built using Python (although it uses Python 2 so you’ll need to make it functional in Python 3).
Filed under: programming Python video