PyGame Basics: How to Setup PyGame

Before we jump into building a game, we will need to setup PyGame. Since PyGame requires Python, we will need to ensure it’s installed first. This tutorial series assumes you will be using Python 3. You can download and install Python 3 from the official website. Installing PyGame If you’re running Linux, ensure the python3-pip package is installed. Once you have Python installed, we can setup PyGame. Open your command prompt or terminal and run:...

October 1, 2019 · 2 min · Jared