This package browser is in early development. Mind the rough edges.

python-sge

2D game engine for Python

The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose 2D game engine. It takes care of several details for you so you can focus on the game itself. This makes more rapid game development possible, and it also makes the SGE easy to learn.

Installation

Install the latest version of python-sge as follows:

guix install python-sge

Or install a particular version:

guix install python-sge@2.0.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.