Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

pgzrun - Run games written in Pygame Zero.

Description

       pgzrun runs a game written in Pygame Zero

       Pygame Zero provides an environment in which new programmers can write games with Zero boilerplate.

       It  is possible to write Pygame Zero games such that they can be run directly with python3, however doing
       so requires two lines of boilerplate, "import pgzrun" at the start and "pgzrun.go()" at the end. To  meet
       the goal of zero boilerplate a launcher is needed.

Debian                                             2018-06-21                                          PGZRUN(1)

Name

       pgzrun - Run games written in Pygame Zero.

Synopsis

pgzrun [ gamefile ] [ arguments ]

See Also