mdln

A lightweight, high performance, and object-focused 2D game framework in Python


Keywords
mdln, game, engine, pygame, entity, component, framework
License
MIT
Install
pip install mdln==0.1.4

Documentation

MDLN

Madeline Doesn't Like Naming

A lightweight, high performance, and object-focused 2D game framework in Python

General Structure Plan

  • Game
    • Screen
    • Window
    • Clock
    • Scene
      • Stages [ ... ]
        • Entites [ ... ]
          • Icon
            • sprite map
            • icon states
          • Layer
          • Rect
          • Components [ ... ]
      • Mixer
    • Systems [ ... ]
    • Event Handlers [ ... ]

Documentation coming soon..