diff options
| author | B. Watson <yalhcru@gmail.com> | 2021-12-29 15:10:08 -0500 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:55:38 +0700 |
| commit | 835e8dfd2e344d50719e9553831a3fe55d8dec9f (patch) | |
| tree | 5de73929cb9ded1b33e52124928a87ad37ea4918 /python/python3-sge/README | |
| parent | ef26b1634c71f8c180fb73faa6d16bc37903c5cb (diff) | |
python/python3-sge: Added (2d game engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sge/README')
| -rw-r--r-- | python/python3-sge/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python/python3-sge/README b/python/python3-sge/README new file mode 100644 index 0000000000..d1ff7dae0d --- /dev/null +++ b/python/python3-sge/README @@ -0,0 +1,15 @@ +python3-sge (2d game engine for python3 and pygame) + +The Seclusion Game Engine ("SGE", pronounced like "sage") is a +general-purpose libre open source 2-D game engine for Python. 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. + +SGE was formerly known as "Stellar Game Engine" and "sge-python". + +This build of SGE also includes the xSGE extensions. + +Optional build-time dependency: Sphinx. If this is installed, the SGE +API documentation will be included in the package. You only need this +if you're developing your own game that uses SGE. |
