How to use the ppb.GameEngine function in ppb

To help you get started, we’ve selected a few ppb examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pathunstrom / game-tutorial / shooter-tutorial / sample / 8-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(400, 600)) as engine:
        engine.run()
github pathunstrom / game-tutorial / fundamentals / samples / 3-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(800, 800)) as engine:
        engine.run()
github pathunstrom / game-tutorial / shooter-tutorial / sample / 6-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(400, 600)) as engine:
        engine.run()
github pathunstrom / game-tutorial / hack-and-slash-tutorial / samples / 4-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(800, 800)) as engine:
        engine.run()
github pathunstrom / game-tutorial / shooter-tutorial / sample / 4-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(400, 600)) as engine:
        engine.run()
github pathunstrom / game-tutorial / fundamentals / samples / 2-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(800, 800)) as engine:
        engine.run()
github pathunstrom / game-tutorial / shooter-tutorial / sample / main.py View on Github external
def main():
    with GameEngine(Game, resolution=(400, 600)) as engine:
        engine.run()
github pathunstrom / game-tutorial / shooter-tutorial / sample / 7-main.py View on Github external
def main():
    with GameEngine(Game, resolution=(400, 600)) as engine:
        engine.run()

ppb

An Event Driven Python Game Engine

Artistic-2.0
Latest version published 10 months ago

Package Health Score

72 / 100
Full package analysis