Transcription of Pygame tutorial Documentation - Read the Docs
{{id}} {{{paragraph}}}
Pygame tutorial DocumentationRelease 2019 Raphael HolzerJun 17, 2021 Contents:1 introduction to the module .. the event loop .. the event loop properly .. colors .. the background color .. a dictionary to decode keys .. the window caption .. a simple ball game ..92 Drawing graphics solid and outlined rectangles .. solid and outlined ellipses .. the mouse .. a rectangle with the mouse .. multiple shapes .. a pologyon line with the mouse ..193 Work with attributes .. of interest .. and vertical alignment.
CHAPTER 1 Introduction to Pygame Pygame is a multimedia library for Python for making games and multimedia applications. It is a wrapper around the SDL (Simple DirectMedia Layer) library. In this section we indroduce the basics of pygame functions without defining classes and objects. 1.1Import the module
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}