Documentation for Joe’s game engine¶
Documentation for a game engine type of thing I’ve written on top of Pygame; for general information, see the main page.
Modules¶
engine
—main game engine packagegame
—main loop and world handlingsched
—event scheduler and interpolationevt
—callback-based input and event handlinggfx
—graphics handlingres
—resource loading and cachingentity
—things that exist in the worldtext
—multi-line text renderingsettings
—settings handlingutil
—general utility functionsconf
—game configuration