Skip to content

Seclusion Game Engine 1.6

Compare
Choose a tag to compare
@onpon4 onpon4 released this 14 May 21:52

Welcome to GitHub! πŸ™‚ This is the first release of the SGE on GitHub, the first release under the new name "Seclusion Game Engine", and the first one since the project was orphaned.

This is a fairly humble release and mostly important for what it symbolizes: the resumption of the SGE's development. Differences from the previous release on Savannah include:

  • The package name for the Pygame SGE is now "sge" instead of "sge-pygame", clearly labeling it as the default SGE implementation.
  • The full name of the engine is now "Seclusion Game Engine" instead of "SGE Game Engine".
  • Support for Python 2 has been dropped.
  • Added sge.s.orthogonal and sge.s.isometric, for use with sge.gfx.TileGrid.
  • Added sge.gfx.Sprite.get_spritelist method, which returns a list of sprites with each sprite having one of the sprite's frames.
  • Fixed a spelling error in the documentation.