This series of tutorials has seen us generate some fantastic replicas of retro video games, using Python. In past issues, we’ve create a lunar landing module game, a side-scrolling platformer, Pac-Man, Pong, the Game of Life, a bunny shooter, a racing game, and even an Angry Birds clone.
Python is one of the most versatile programming languages around. It’s incredibly high level, making it very accessible, yet it can perform complex tasks. That’s why we’re able to recreate video games that would’ve taken a tremendous amount of processing power when they were first released, in just a few lines of code and using very few resources.
This issue we’re going to create a maze runner. Maze runners were popular in the 1970s and 1980s, and tend to feature a player…