From 835e8dfd2e344d50719e9553831a3fe55d8dec9f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 29 Dec 2021 15:10:08 -0500 Subject: python/python3-sge: Added (2d game engine). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-sge/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 python/python3-sge/README (limited to 'python/python3-sge/README') 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. -- cgit v1.2.3