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

<aside> 💡 You may have to do py -m pip install pygame on the command prompt on some windows computers.

</aside>

Reference

If you ever need help with pygame, you can check out its documentation here

Previous Section

Ch.1 - Console Games

Next Section

2.2 - Basic Application

<aside> ⚖️ 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 [email protected] for inquiries.

</aside>