This chapter deals with the development of a real video game. No game engines will be used because that topic is too advanced, but the Python language is used and explained, especially its module, called Pygame.
To illustrate the concepts expressed in the previous chapters, this video game is developed in a visual, integrated development environment using the Python programming language and, in particular, using the Pygame module. ...