logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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