This video is part of a series where I create a complete tower defense game. The main purpose is not the game though, but to practice Python, and explain programming concepts. This is the first video in which we make the foundations of the game: a maze where the enemies will go. We'll put the turrets on the walls, but that's further down the line.
We'll discuss the concept of "list of lists", the idea of a main module, and of course we learn how to generate a random maze which guarantees that between any two points there is exactly 1 path. We also discuss what tuples are, how they are different from lists, and when and why we use them.
Download the game's source code for free here: https://gitlab.com/fastomatic/eternal-stronghold.git
Download
0 formats
No download links available.
This Simple Code Creates Perfect Mazes Every Time | NatokHD