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.
- Versions: 2.0.2
- Website: https://python-sge.github.io/
- Licenses: LGPL 3+
- Package source: gnu/packages/game-development.scm
- Builds: See build status
- Issues: See known issues
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.