Let’s Build An Awesome Game With Python

Manpreet Singh
3 min readMay 23, 2022

Welcome back! Python is an awesome programming language that can build alot of things, including games! If you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at an awesome game that was built with Python! This specific game is a clone of the Plants Vs Zombies game! Luckily for us, this project is hosted on GitHub, here is a link to this repository:

This specific game uses Python 3.7, it also uses the PyGame package as well, this is one of the most popular ways to develop games with Python. When you load up the repository, you will be able to see several different files within this folder, they are fairly self explanatory, but the main file that we run in this structure is the main.py file:

--

--