dmaroulidis / pursuedpybear

A python game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PursuedPyBear

A Python Game Engine

Ppb is a project to build a beginner's game engine using the lessons learned from trying to build small games in python.

Guiding Principles

  • Education Friendly
  • Idiomatic Python
  • Object Oriented
  • Event Driven
  • Hardware Library Agnostic

Try it

Note: Version 0.2.0 is currently not supported with the examples.

The current example framecount.py uses the terminal as your view. It outputs and the current runtime to the terminal at a rate of 60 per second.

Compatibility

PPB uses Python 3, but is currently backwards compatible to Python 2.7. Backwards compatibility is not guaranteed.

The API is not currently fixed. Do not count on the API to remain consistent between versions.

About

A python game engine.

License:Artistic License 2.0


Languages

Language:Python 100.0%