An open source development environment and game engine designed for 2D games, featuring an integrated code editor, asset pipeline, entity component system, and scenes & prefabs for quick prototyping and game development.
Pygmy is an open-source, free game engine and integrated development environment focused on making 2D game development quick and easy. It is built using Python and the Pygame library.
Some key features of Pygmy include:
Pygmy aims to enable solo developers and small teams to rapidly create 2D games of any genre. Its focus on 2D development allows it to optimize the feature set specifically for 2D games. The editor and workflows are designed to facilitate quick iteration without getting in the way of coding.
While not as fully-featured as engines like Unity or Unreal, Pygmy provides an easy on-ramp for prototyping and developing simple 2D games with Python. Its open source nature and permissive licensing also makes it customizable for advanced users.