1️⃣

2.1 - Getting Started

 

Getting Started

Installing

Just like with other not-built-in modules, we will first have to install pygame before we can use it to make our games.
Do:
pip install pygame on the command prompt
💡
You may have to do py -m pip install pygame on the command prompt on some windows computers.

Reference

If you ever need help with pygame, you can check out its documentation here
 
 
 
⚖️
Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License. If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.