October 2022
Beginner
200 pages
3h 7m
English
To start creating your own games using Python, you’ll need to use the pygame module. This module isn’t bundled with standard distributions of Python, so you’ll need to install it before you start.
Pygame is a library of Python modules designed for writing computer games. Pygame adds functionality to create fully featured games and multimedia applications using the Python language.
This chapter will cover the basic modules and functions that Pygame provides. We’ll use these functions to create a very simple ...
Read now
Unlock full access