Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 635 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 635 Bytes

MDLN

Madeline Doesn't Like Naming

A lightweight, high performance 2D game framework in Python where ECS meets OOP

General Structure Plan

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

Documentation coming soon..