pygame

suggest change

Introduction

Pygame is the go-to library for making multimedia applications, especially games, in Python. The official website is http://www.pygame.org/.

Syntax

Parameters

Parameter | Details | ——— | —–– | count | A positive integer that represents something like the number of channels needed to be reserved. force | A boolean value (False or True) that determines whether find_channel() has to return a channel (inactive or not) with True or not (if there are no inactive channels) with False

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents