SGE - Le Bottin des Jeux Linux

SGE

🗃️ Specifications

📰 Title: SGE 🕹️ / 🛠️ Type: Tool
🗃️ Genre: Development 🚦 Status: 04. Released (status)
🏷️ Category: Development ➤ Engine ➤ 2D ➤ Misc. 🌍️ Browser version:
🔖 Tags: Development; 2D engine; Python 📦️ Package Name:
🐣️ Approx. start: 📦️ Arch package:
🐓️ Latest: 2023-06-26 📦️ RPM package:
📍️ Version: Latest: 2.0.2 / d6ec650 📦️ Deb package:
🏛️ License type: 🕊️ Libre 📦️ Flatpak package:
🏛️ License: LGPL-3 📦️ AppImage package:
🏝️ Perspective: Third person 📦️ Snap package:
👁️ Visual: 2D ⚙️ Generic binary:
⏱️ Pacing: Real Time 📄️ Source: ✓
👫️ Played: Single & Multi 📱️ PDA support:
🎖️ This record: 5 stars 🕳️ Not used:
🎀️ Game design: 👫️ Contrib.: goupildb & Louis
🎰️ ID: 14725 🐛️ Created: 2015-04-30
🐜️ Updated: 2023-08-02

📖️ Summary

[en]: A libre and multi-platform general-purpose game engine, in Python language, allowing to quickly design 2D multi-platform games (in Python) while being easy to learn. [fr]: Un moteur généraliste libre et multi-plateforme, en langage Python, permettant de concevoir des jeux (en Python) en 2D multi-plateforme rapidement tout en étant facile à apprendre.

🚦 Entry status

💡 Lights on: ✓ 🦺️ Work in progress:
📰 What's new?: New version published (to be updated): ✓
🎨️ Significant improvement: 🚧️ Some work remains to be done: ✓
🕳️ Not used2: 👔️ Already shown:

🎥️ Videos


🎮️ Showcase:

🕸️ Links

🏡️ Website & videos
[Homepage] [Dev site] [Features/About] [Screenshots] [Videos t(202xxx) gd(202xxx) gu(202xxx) r(202xxx) lp(202xxx) d(202xxx) d(202xxx) g(202xxx) g[fr](202xxx) g[de](202xxx) g[ru](202xxx) g[pl](202xxx) g[cz](202xxx) g[sp](202xxx) g[pt](202xxx) g[it](202xxx) g[tr](202xxx)] [WIKI] [FAQ] [RSS] [Changelog 1 2 3]

💰 Commercial: [Support their work (Donate)]

🍩️ Resources
• Extensions for the SGE (xSGE packages, for extra features): [SGE Downloads]

🛠️ Technical informations
[PCGamingWiki] [MobyGames]

🦣️ Social
Devs (Julie Marchant (onpon4) [fr] [en]): [Site 1 2 3] [Patreon] [Chat] [mastodon] [PeerTube] [YouTube] [PressKit] [Interview 1(202xxx) 2(202xxx)]
The Project: [Blog] [Chat] [Forums] [mastodon] [PeerTube] [YouTube] [PressKit] [reddit] [Discord] [PressKit]

🐝️ Related


📦️ Misc. repositories
[Repology] [pkgs.org] [Generic binary] [Arch Linux / AUR] [openSUSE] [Debian/Ubuntu] [Flatpak] [AppImage(author's repo)] [Snap] [PortableLinuxGames]

🕵️ Reviews
[HowLongToBeat] [metacritic] [OpenCritic] [iGDB]

🕊️ Source of this Entry: [Site (date)]

🦣️ Social Networking Update (on mastodon)

🛠️ Title:
🦊️ What's:
🏡️
🐣️
🔖
📦️
📖 Our entry: https://www.lebottindesjeuxlinux.tuxfamily.org/en/online/lights-on/

🥁️ Update: 1.5.1➜2.0.2
⚗️
📌️ Changes:
🦣️ From: 📶️

🏝️ https://www.youtube.com/embed/
🦉️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🦝️ https://www.youtube.com/embed/
🕵️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🕯️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️ https://www.youtube.com/embed/
🎲️[fr] https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🎮️ https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/
🐧 https://www.youtube.com/embed/

📕 Description [en]

📕🐧"blabla"🐧📕



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.

The SGE originated as a sub-project of a program called "Stellar" under the name "Stellar Game Engine". It was then called the "SGE Game Engine" (a recursive acronym) before temporarily being orphaned. When we decided to resurrect the project later on, we renamed it to the "Seclusion Game Engine", playfully named after its own obscurity and as a subtle pun on the way "SGE" is pronounced (like a sage secluded in the mountains).

The SGE is not as featureful as more powerful engines like Godot Engine, but it is designed to be a fairly powerful and easy to use engine. Some of the built-in SGE features include:

Window size management: Windows are scaled automatically based on certain parameters to achieve a particular window and view size, ensuring consistency.
Collision detection: A direction-based collision system is included which, while not as advanced as physics engines and the like, offers a good amount of flexibility.
Parallax scroling: Parallax scrolling is a very easy and highly configurable built-in feature, supporting any number of layers which can be made up of plain images or tiles.
Image transformation: Rotation, scaling, and blending with all major blend modes are standard image manipulation features.
Split-screen views: Multiple views can be created to easily enable split-screen play.
Delta timing: Delta timing is automatic, allowing the game to lower the frame rate as needed to prevent slowdown (down to a minimum frame rate), and also allowing the game to speed up to a faster frame rate if enough CPU time is available. Delta timing is fully configurable and can be disabled if desired.
Transitions: Built-in support for several kinds of transitions between rooms (game areas), including fade, dissolve, pixelate, wipe, matrix, and iris transitions.
In addition, xSGE provides a set of extensions for the SGE. The following xSGE packages are available:

xsge_gui: A simple lightweight widget toolkit for use with SGE games.
xsge_lighting: Allows basic lighting effects in any mix of colors.
xsge_particle: Implements an emitter class and stock particle types for easy particle effects.
xsge_path: A path class for defining movement along a path, with configurable speeds.
xsge_physics (beta): A basic physics framework supporting unisolid walls, slopes, and moving platforms in an easy manner.
xsge_tiled: Enables easy loading of the JSON format of the Tiled Map Editor, which is useful for editing levels and such.

📕 Description [fr]

Un moteur de jeux 2D pour Python, par Julie Marchant (onpon4).
En Python. Il utilise la bibliothèque Pygame.

SGE est un moteur généraliste libre et multi-plateforme, en langage Python, permettant de concevoir des jeux (en Python) en 2D multi-plateforme rapidement tout en étant facile à apprendre.

💡 Nota: à ne pas confondre avec le moteur sge2d (SDL Game Engine, également dans le Bottin)

Utilisé par ces jeux / Used by these games: Hexoshi, Pacewar, ReTux,