๐Ÿ‘‹ Welcome to Python Game Design! | myBetabox

๐Ÿ‘‹ Welcome to Python Game Design!

Pro Tip: If you need a refresher on Python basics, check out Python Game Design: Rock, Paper, Scissors!

What is Python?

Python is a programming language used throughout the world. People like Python because of its ease of use and its power. We will use Python to create games that you can actually play and enjoy!

What is PyGame?

PyGame is the name of the package that we will be using to make our games! A package is a collection of files that have already been created for us that we can use to make our projects easier and faster. This package will allow us to create graphics like sprites and backgrounds and even allow us to program motion! The package lets us do this much quicker than if we were to create allย  the code by ourselves!

Hereโ€™s a quick guide forย Python syntaxย (how to code in the Python language). You may find this helpful as you program your project.

You can always reference this sheet if you get lost or forget something! You can also download and print it out by clickingย HERE.

Now youโ€™re ready to code! Open a new tab or window to follow along with our myBetabox videos. Then, click on the next section to start!