Skip to content

A graphical game engine to prototype and develop Pygame projects. Partially complete.

Notifications You must be signed in to change notification settings

ageneric/pygame-engine-indev

Repository files navigation

engine-pygame

A basic graphical editor to prototype and develop Pygame projects in a fixed format.

Usage and Notice

To open the editor, run run_editor.py.

Please note that the demonstration project is run in editing mode, and your edits will be saved!

engine (library)

A library for using Pygame in an object-oriented style with scenes. It is designed to utilise the dirty rectangle method for drawing to the screen. Game objects are Node or SpriteNode instances that belong to a tree.

Dependencies

All the dependencies of Pygame, and in addition versions:

  • CPython >= 3.7

License

The engine library is distributed under GPL version 3. Please include your own copy of the license if copying.

The graphical editor can be run to develop projects as permitted by the license of the engine library (running the editor implies using the library), with no further restriction on the projects it may be used for.

About

A graphical game engine to prototype and develop Pygame projects. Partially complete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages