PyGame Basics: Introduction

We all know Python is highly flexible. What many don’t know is that you can create awesome games with a library called, PyGame. PyGame is a cross-platform set of game development modules for Python. This series is meant to help you learn the basics of PyGame, and is written so you don’t have to follow every part in order. Think of the PyGame Basics series as a reference, and not necessarily a step-by-step walk-through of each part (though you could read each part in order....

October 1, 2019 · 1 min · Jared